| java.lang.Object org.objectweb.celtix.jbi.se.CeltixServiceEngine
CeltixServiceEngine | public class CeltixServiceEngine implements ComponentLifeCycle,Component(Code) | | A JBI component. Initializes the Celtix JBI transport
|
JBI_TRANSPORT_ID | final public static String JBI_TRANSPORT_ID(Code) | | |
CeltixServiceEngine | public CeltixServiceEngine()(Code) | | |
getLifeCycle | final public ComponentLifeCycle getLifeCycle()(Code) | | |
getServiceDescription | final public Document getServiceDescription(ServiceEndpoint serviceEndpoint)(Code) | | |
getServiceUnitManager | final public ServiceUnitManager getServiceUnitManager()(Code) | | |
init | final public void init(ComponentContext componentContext) throws JBIException(Code) | | |
isExchangeWithConsumerOkay | final public boolean isExchangeWithConsumerOkay(ServiceEndpoint ep, MessageExchange exchg)(Code) | | |
isExchangeWithProviderOkay | final public boolean isExchangeWithProviderOkay(ServiceEndpoint ep, MessageExchange exchng)(Code) | | |
resolveEndpointReference | final public ServiceEndpoint resolveEndpointReference(DocumentFragment documentFragment)(Code) | | |
shutDown | final public void shutDown() throws JBIException(Code) | | |
start | final public void start() throws JBIException(Code) | | |
stop | final public void stop() throws JBIException(Code) | | |
|
|