public class AxisWsContainer extends java.lang.Object implements HttpListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REQUEST |
static java.lang.String |
RESPONSE |
static java.lang.String |
XSD_NS |
Constructor and Description |
---|
AxisWsContainer(java.net.URL wsdlURL,
SOAPService service,
java.util.Map wsdlMap,
java.lang.ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected void |
doService(HttpRequest req,
HttpResponse res) |
void |
getWsdl(HttpRequest request,
HttpResponse response) |
void |
onMessage(HttpRequest request,
HttpResponse response) |
public static final java.lang.String REQUEST
public static final java.lang.String RESPONSE
public static final java.lang.String XSD_NS
public AxisWsContainer(java.net.URL wsdlURL, SOAPService service, java.util.Map wsdlMap, java.lang.ClassLoader classLoader)
public void onMessage(HttpRequest request, HttpResponse response) throws java.lang.Exception
onMessage
in interface HttpListener
java.lang.Exception
protected void doService(HttpRequest req, HttpResponse res) throws java.lang.Exception
java.lang.Exception
public void getWsdl(HttpRequest request, HttpResponse response) throws java.lang.Exception
java.lang.Exception
public void destroy()