public interface EndpointLifecycleManager
| Modifier and Type | Method and Description |
|---|---|
Object |
createServiceInstance(MessageContext mc,
Class serviceImplClass)
EndpointLifecycleManager will create a service instance.
|
void |
invokePostConstruct() |
void |
invokePreDestroy() |
Object createServiceInstance(MessageContext mc, 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.