public interface EndpointLifecycleManager
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createServiceInstance(MessageContext mc,
java.lang.Class serviceImplClass)
EndpointLifecycleManager will create a service instance.
|
void |
invokePostConstruct() |
void |
invokePreDestroy() |
java.lang.Object createServiceInstance(MessageContext mc, java.lang.Class serviceImplClass) throws LifecycleException, ResourceInjectionException
mc - serviceImplClass - LifecycleExceptionResourceInjectionExceptionvoid invokePostConstruct()
throws LifecycleException
LifecycleExceptionvoid invokePreDestroy()
throws LifecycleException
LifecycleExceptionCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.