org.apache.openejb.server.axis2.ejb
Class EjbWsContainer

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

public class EjbWsContainer
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
EjbWsContainer(PortData portData, DeploymentInfo deploymentInfo)
           
 
Method Summary
protected  AxisServiceGenerator createServiceGenerator()
           
 void destroy()
           
 void start()
           
 
Methods inherited from class org.apache.openejb.server.axis2.Axis2WsContainer
configureHandlers, destroyHandlers, doService, doService2, getServicePath, getWsdl, onMessage, processGETRequest, processPOSTRequest, setMsgContextProperties, trimContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbWsContainer

public EjbWsContainer(PortData portData,
                      DeploymentInfo deploymentInfo)
Method Detail

start

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

createServiceGenerator

protected AxisServiceGenerator createServiceGenerator()
Overrides:
createServiceGenerator in class Axis2WsContainer

destroy

public void destroy()
Overrides:
destroy in class Axis2WsContainer


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