All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ovea.billing.BillingEntryPoint Maven / Gradle / Ivy

There is a newer version: 1.0.b9
Show newest version
package com.ovea.billing;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;

@javax.inject.Singleton() public class BillingEntryPoint
  extends javax.servlet.http.HttpServlet  implements
    com.ovea.billing.BillingService,    groovy.lang.GroovyObject {
public static final java.lang.String CONFIG = "config";
public static final java.lang.String URL = "url";
public  groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public  void setMetaClass(groovy.lang.MetaClass mc) { }
public  java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public  java.lang.Object getProperty(java.lang.String property) { return null;}
public  void setProperty(java.lang.String property, java.lang.Object value) { }
public  com.ovea.billing.BillingCallback getCallback() { return (com.ovea.billing.BillingCallback)null;}
public  void setCallback(com.ovea.billing.BillingCallback value) { }
public  com.ovea.tadjin.util.properties.PropertySettings getEnv() { return (com.ovea.tadjin.util.properties.PropertySettings)null;}
public  void setEnv(com.ovea.tadjin.util.properties.PropertySettings value) { }
@java.lang.Override() public  void init(javax.servlet.ServletConfig config) { }
@java.lang.Override() public  void destroy() { }
@java.lang.Override() protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) { }
@java.lang.Override() protected  void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) { }
public  com.ovea.billing.BillingEvent handleCallback(java.lang.String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) { return (com.ovea.billing.BillingEvent)null;}
public  com.ovea.billing.BillingEvent handleEvent(java.lang.String path, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) { return (com.ovea.billing.BillingEvent)null;}
public  com.ovea.billing.BillingEvent cancel(java.lang.String product, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) { return (com.ovea.billing.BillingEvent)null;}
public  com.ovea.billing.BillingEvent buy(java.lang.String product, com.ovea.billing.BillingPlatform platform, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) { return (com.ovea.billing.BillingEvent)null;}
@java.lang.Override() public  void fireEvent(com.ovea.billing.BillingEvent e) { }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy