| java.lang.Object com.sun.jbi.engine.sequencing.SequencingEngineComponent
SequencingEngineComponent | public class SequencingEngineComponent implements Component(Code) | | This class implements the component contract with the JBI.
author: Sun Microsystems, Inc. |
SequencingEngineComponent | public SequencingEngineComponent()(Code) | | Creates a new instance of SequencingEngineComponent
|
isExchangeWithConsumerOkay | public boolean isExchangeWithConsumerOkay(javax.jbi.servicedesc.ServiceEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange)(Code) | | This method is called by JBI to check if this component, in the role of
provider of the service indicated by the given exchange, can actually
perform the operation desired.
Parameters: endpoint - Parameters: exchange - true if Ok. |
isExchangeWithProviderOkay | public boolean isExchangeWithProviderOkay(javax.jbi.servicedesc.ServiceEndpoint endpoint, javax.jbi.messaging.MessageExchange exchange)(Code) | | This method is called by JBI to check if this component, in the role of
consumer of the service indicated by the given exchange, can actually
interact with the the provider completely.
Parameters: endpoint - Parameters: exchange - true if OK. |
resolveEndpointReference | public ServiceEndpoint resolveEndpointReference(DocumentFragment epr)(Code) | | Resolve the endpoint reference using the given capabilities of the
consumer. This is called by JBI when its trying to resove the given EPR
on behalf of the component.
Parameters: epr - endpoint reference. service endpoint. |
|
|