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
- LifecycleException
ResourceInjectionException
void invokePostConstruct() throws LifecycleException
LifecycleException
void invokePreDestroy() throws LifecycleException
LifecycleException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.