| java.lang.Object com.sun.jbi.binding.jms.JMSBindingComponent
JMSBindingComponent | public class JMSBindingComponent implements Component(Code) | | This class implements the JBI component contract.
author: Sun Microsystems Inc. |
Constructor Summary | |
public | JMSBindingComponent() Creates a new instance of JMSBindingComponent. |
JMSBindingComponent | public JMSBindingComponent()(Code) | | Creates a new instance of JMSBindingComponent.
|
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 - endpoint reference. Parameters: exchange - message exchange. true if this provider component can perform the the givenexchange with the described consumer |
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 - endpoint reference. Parameters: exchange - message exchange. true if this consurer component can interact with the describedprovider to perform the given exchange. |
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 description. ServiceEndpoint corresponding to the description. |
|
|