org.apache.openejb.server.axis2.pojo
Class PojoWsContainer

java.lang.Object
  extended by org.apache.openejb.server.axis2.Axis2WsContainer
      extended by org.apache.openejb.server.axis2.pojo.PojoWsContainer
All Implemented Interfaces:
HttpListener

public class PojoWsContainer
extends Axis2WsContainer


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.openejb.server.axis2.Axis2WsContainer
Axis2WsContainer.Axis2TransportInfo
 
Field Summary
 
Fields inherited from class org.apache.openejb.server.axis2.Axis2WsContainer
configurationContext, context, endpointClass, endpointClassName, port, REQUEST, RESPONSE, service, wsdlQueryHandler
 
Constructor Summary
PojoWsContainer(PortData port, java.lang.Class<?> endpointClass, javax.naming.Context context, java.lang.String contextRoot)
           
 
Method Summary
 void destroy()
           
protected  void processPOSTRequest(HttpRequest request, HttpResponse response, org.apache.axis2.description.AxisService service, org.apache.axis2.context.MessageContext msgContext)
           
 void start()
           
 
Methods inherited from class org.apache.openejb.server.axis2.Axis2WsContainer
configureHandlers, createServiceGenerator, destroyHandlers, doService, doService2, getServicePath, getWsdl, onMessage, processGETRequest, setMsgContextProperties, trimContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PojoWsContainer

public PojoWsContainer(PortData port,
                       java.lang.Class<?> endpointClass,
                       javax.naming.Context context,
                       java.lang.String contextRoot)
Method Detail

start

public void start()
           throws java.lang.Exception
Overrides:
start in class Axis2WsContainer
Throws:
java.lang.Exception

processPOSTRequest

protected void processPOSTRequest(HttpRequest request,
                                  HttpResponse response,
                                  org.apache.axis2.description.AxisService service,
                                  org.apache.axis2.context.MessageContext msgContext)
                           throws java.lang.Exception
Overrides:
processPOSTRequest in class Axis2WsContainer
Throws:
java.lang.Exception

destroy

public void destroy()
Overrides:
destroy in class Axis2WsContainer


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.