org.apache.openejb.server.axis2
Class Axis2Service
java.lang.Object
org.apache.openejb.server.webservices.WsService
org.apache.openejb.server.axis2.Axis2Service
- All Implemented Interfaces:
- DeploymentListener, SelfManaging, ServerService, Service
public class Axis2Service
- extends WsService
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 |
Axis2Service
public Axis2Service()
getName
public String getName()
createEjbWsContainer
protected HttpListener createEjbWsContainer(URL moduleBaseUrl,
PortData port,
DeploymentInfo deploymentInfo)
throws Exception
- Specified by:
createEjbWsContainer
in class WsService
- Throws:
Exception
destroyEjbWsContainer
protected void destroyEjbWsContainer(String deploymentId)
- Specified by:
destroyEjbWsContainer
in class WsService
createPojoWsContainer
protected HttpListener createPojoWsContainer(URL moduleBaseUrl,
PortData port,
String serviceId,
Class target,
Context context,
String contextRoot)
throws Exception
- Specified by:
createPojoWsContainer
in class WsService
- Throws:
Exception
destroyPojoWsContainer
protected void destroyPojoWsContainer(String serviceId)
- Specified by:
destroyPojoWsContainer
in class WsService
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.