| java.lang.Object com.sun.jbi.binding.file.FileBindingComponent
FileBindingComponent | public class FileBindingComponent implements javax.jbi.component.Component(Code) | | This class implements the Component contract with JBI.
author: Sun Microsystems, Inc. |
FileBindingComponent | public FileBindingComponent()(Code) | | Creates a new instance of FileBindingComponent
|
getServiceUnitManager | public javax.jbi.component.ServiceUnitManager getServiceUnitManager()(Code) | | Returns the SU manager which is in charge of handling deployment. Acc to the
spec the object should be the same everytime this method is called.
SU manager. |
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 its 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 enpoint. |
|
|