| java.lang.Object dalma.endpoints.jbi.se.ComponentImpl
ComponentImpl | public class ComponentImpl implements Component,ComponentLifeCycle,ServiceUnitManager(Code) | | author: Kohsuke Kawaguchi |
getLifeCycle | public ComponentLifeCycle getLifeCycle()(Code) | | |
getServiceDescription | public Document getServiceDescription(ServiceEndpoint endpoint)(Code) | | |
getServiceUnitManager | public ServiceUnitManager getServiceUnitManager()(Code) | | |
init | public void init(ComponentContext context) throws JBIException(Code) | | |
init | public void init(String serviceUnitName, String serviceUnitRootPath) throws DeploymentException(Code) | | |
isExchangeWithConsumerOkay | public boolean isExchangeWithConsumerOkay(ServiceEndpoint endpoint, MessageExchange exchange)(Code) | | |
isExchangeWithProviderOkay | public boolean isExchangeWithProviderOkay(ServiceEndpoint endpoint, MessageExchange exchange)(Code) | | |
shutDown | public void shutDown() throws JBIException(Code) | | |
shutDown | public void shutDown(String serviceUnitName) throws DeploymentException(Code) | | |
start | public void start() throws JBIException(Code) | | |
start | public void start(String serviceUnitName) throws DeploymentException(Code) | | |
stop | public void stop() throws JBIException(Code) | | |
stop | public void stop(String serviceUnitName) throws DeploymentException(Code) | | |
|
|