org.apache.openejb.server.axis2
Class Axis2Service

java.lang.Object
  extended by org.apache.openejb.server.webservices.WsService
      extended by org.apache.openejb.server.axis2.Axis2Service
All Implemented Interfaces:
DeploymentListener, SelfManaging, ServerService, Service

public class Axis2Service
extends WsService


Field Summary
 
Fields inherited from class org.apache.openejb.server.webservices.WsService
logger, WS_ADDRESS_FORMAT
 
Constructor Summary
Axis2Service()
           
 
Method Summary
protected  HttpListener createEjbWsContainer(java.net.URL moduleBaseUrl, PortData port, DeploymentInfo deploymentInfo)
           
protected  HttpListener createPojoWsContainer(java.net.URL moduleBaseUrl, PortData port, java.lang.String serviceId, java.lang.Class target, javax.naming.Context context, java.lang.String contextRoot)
           
protected  void destroyEjbWsContainer(java.lang.String deploymentId)
           
protected  void destroyPojoWsContainer(java.lang.String serviceId)
           
 java.lang.String getName()
           
 
Methods inherited from class org.apache.openejb.server.webservices.WsService
afterApplicationCreated, afterApplicationCreated, beforeApplicationDestroyed, getAuthMethod, getEjbType, getIP, getPort, getRealmName, getTransportGuarantee, getVirtualHost, getWsAddressTemplate, init, service, service, setAuthMethod, setRealmName, setTransportGuarantee, setVirtualHost, setWsAddressTemplate, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Axis2Service

public Axis2Service()
Method Detail

getName

public java.lang.String getName()

createEjbWsContainer

protected HttpListener createEjbWsContainer(java.net.URL moduleBaseUrl,
                                            PortData port,
                                            DeploymentInfo deploymentInfo)
                                     throws java.lang.Exception
Specified by:
createEjbWsContainer in class WsService
Throws:
java.lang.Exception

destroyEjbWsContainer

protected void destroyEjbWsContainer(java.lang.String deploymentId)
Specified by:
destroyEjbWsContainer in class WsService

createPojoWsContainer

protected HttpListener createPojoWsContainer(java.net.URL moduleBaseUrl,
                                             PortData port,
                                             java.lang.String serviceId,
                                             java.lang.Class target,
                                             javax.naming.Context context,
                                             java.lang.String contextRoot)
                                      throws java.lang.Exception
Specified by:
createPojoWsContainer in class WsService
Throws:
java.lang.Exception

destroyPojoWsContainer

protected void destroyPojoWsContainer(java.lang.String serviceId)
Specified by:
destroyPojoWsContainer in class WsService


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