| java.lang.Object com.sun.jbi.engine.xslt.TransformationEngineComponent
TransformationEngineComponent | public class TransformationEngineComponent implements Component,TEResources(Code) | | This class implements javax.jbi.component.Component interface.
author: Sun Microsystems, Inc. |
TransformationEngineComponent | public TransformationEngineComponent()(Code) | | |
getLifeCycle | public ComponentLifeCycle getLifeCycle()(Code) | | Returns an object of TransformationEngineLifeCycle.
ComponentLifeCycle Object implementingjavax.jbi.component.ComponentLifeCycle interface. |
getServiceDescription | public Document getServiceDescription(ServiceEndpoint ref)(Code) | | Parameters: ref - ServiceEndpoint object Descriptor Object implementing javax.jbi.servicedesc.Descriptorinterface. |
getServiceUnitManager | public ServiceUnitManager getServiceUnitManager()(Code) | | Returns an object implementing javax.jbi.component.ServiceUnitManager
interface.
ServiceUnitManager Object implementingjavax.jbi.component.ServiceUnitManager interface. |
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. The consumer is described by the given
capabilities, and JBI has already ensured that a fit exists between the
set of required capabilities of the provider and the available
capabilities of the consumer, and vice versa. This matching consists of
simple set matching based on capability names only.
Note that JBI assures matches on capability names only; it is the
responsibility of this method to examine capability values to ensure a
match with the consumer.
Parameters: endpoint - the endpoint to be used by the consumer Parameters: exchange - the proposed message exchange to be performed Parameters: consumerCapabilities - the consumer�s capabilities and requirements true if this provider component can perform the the given exchange 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. Ths provider is described
by the given capabilities, and JBI has already ensure that a fit exists
between the set of required capabilities of the consumer and the
available capabilities of the provider, and vice versa. This matching
consists of simple set matching based on capability names only.
Note that JBI assures matches on capability names only; it is the
responsibility of this method to examine capability values to ensure a
match with the provider.
Parameters: exchange - the proposed message exchange to be performed Parameters: providerCapabilities - the provider�s capabilities and requirements true if this consurer component can interact with the describedprovider to perform the given exchange |
resolveEndpointReference | public ServiceEndpoint resolveEndpointReference(DocumentFragment epr)(Code) | | Resolve the given endpoint reference, given the capabilities of the
given consumer. This is called by JBI when it is attempting to resolve
the given endpoint reference on behalf of a component.
Parameters: epr - the endpoint reference, in some XML dialect understood by theappropriate component (usually a Binding Component). the service endpoint for the endpoint reference;null if the endpoint reference cannot be resolved. |
|
|