org.apache.openejb.server.axis
Class AxisService
java.lang.Object
org.apache.openejb.server.webservices.WsService
org.apache.openejb.server.axis.AxisService
- All Implemented Interfaces:
- DeploymentListener, SelfManaging, ServerService, Service
public class AxisService
- 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 |
AxisService
public AxisService()
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.