| java.lang.Object org.apache.geronimo.axis2.Axis2WebServiceContainer
All known Subclasses: org.apache.geronimo.axis2.pojo.POJOWebServiceContainer, org.apache.geronimo.axis2.ejb.EJBWebServiceContainer,
Axis2WebServiceContainer | abstract public class Axis2WebServiceContainer implements WebServiceContainer(Code) | | version: $Rev$ $Date$ |
Inner Class :public static class Axis2TransportInfo implements OutTransportInfo | |
Method Summary | |
protected void | configureHandlers() | protected AxisServiceGenerator | createServiceGenerator() | public void | destroy() | protected void | destroyHandlers() | protected void | doService(Request request, Response response) | public void | doService2(Request request, Response response, MessageContext msgContext) | protected String | getServicePath(String contextRoot) | public void | getWsdl(Request request, Response response) | public void | init() | protected void | injectHandlers() | protected void | injectResources(Object instance) | public void | invoke(Request request, Response response) | protected void | processGETRequest(Request request, Response response, AxisService service, MessageContext msgContext) | protected void | processPOSTRequest(Request request, Response response, AxisService service, MessageContext msgContext) | protected void | setMsgContextProperties(Request request, Response response, AxisService service, MessageContext msgContext) | public static String | trimContext(String contextPath) |
configurationBaseUrl | protected URL configurationBaseUrl(Code) | | |
configurationContext | protected ConfigurationContext configurationContext(Code) | | |
service | protected AxisService service(Code) | | |
destroy | public void destroy()(Code) | | |
destroyHandlers | protected void destroyHandlers()(Code) | | |
doService | protected void doService(Request request, Response response) throws Exception(Code) | | |
doService2 | public void doService2(Request request, Response response, MessageContext msgContext) throws Exception(Code) | | |
getWsdl | public void getWsdl(Request request, Response response) throws Exception(Code) | | |
injectHandlers | protected void injectHandlers()(Code) | | |
invoke | public void invoke(Request request, Response response) throws Exception(Code) | | |
processGETRequest | protected void processGETRequest(Request request, Response response, AxisService service, MessageContext msgContext) throws Exception(Code) | | |
processPOSTRequest | protected void processPOSTRequest(Request request, Response response, AxisService service, MessageContext msgContext) throws Exception(Code) | | |
setMsgContextProperties | protected void setMsgContextProperties(Request request, Response response, AxisService service, MessageContext msgContext)(Code) | | |
|
|