|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.lifecycle.BaseLifecycleManager
org.apache.axis2.jaxws.server.endpoint.lifecycle.impl.EndpointLifecycleManagerImpl
public class EndpointLifecycleManagerImpl
Field Summary | |
---|---|
static java.lang.String |
WEBSERVICE_MESSAGE_CONTEXT
|
Fields inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager |
---|
instance |
Constructor Summary | |
---|---|
EndpointLifecycleManagerImpl()
|
|
EndpointLifecycleManagerImpl(java.lang.Object endpointInstance)
|
Method Summary | |
---|---|
java.lang.Object |
createServiceInstance(MessageContext mc,
java.lang.Class serviceImplClass)
EndpointLifecycleManager will create a service instance. |
Methods inherited from class org.apache.axis2.jaxws.lifecycle.BaseLifecycleManager |
---|
getPostConstructMethod, getPreDestroyMethod, invokeMethod, invokePostConstruct, invokePostConstruct, invokePreDestroy, invokePreDestroy, isPostConstruct, isPreDestroy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis2.jaxws.server.endpoint.lifecycle.EndpointLifecycleManager |
---|
invokePostConstruct, invokePreDestroy |
Field Detail |
---|
public static final java.lang.String WEBSERVICE_MESSAGE_CONTEXT
Constructor Detail |
---|
public EndpointLifecycleManagerImpl(java.lang.Object endpointInstance)
public EndpointLifecycleManagerImpl()
Method Detail |
---|
public java.lang.Object createServiceInstance(MessageContext mc, java.lang.Class serviceImplClass) throws LifecycleException, ResourceInjectionException
EndpointLifecycleManager
createServiceInstance
in interface EndpointLifecycleManager
LifecycleException
ResourceInjectionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |