Uses of Interface
org.ow2.petals.jbi.messaging.endpoint.ServiceEndpoint

Packages that use ServiceEndpoint
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.component.context   
org.ow2.petals.jbi.messaging.control   
org.ow2.petals.jbi.messaging.exchange   
org.ow2.petals.jbi.messaging.registry   
org.ow2.petals.jbi.messaging.routing.module   
org.ow2.petals.jbi.messaging.routing.module.endpoint   
org.ow2.petals.jbi.messaging.routing.monitoring   
 

Uses of ServiceEndpoint in org.ow2.petals.container.lifecycle
 

Fields in org.ow2.petals.container.lifecycle declared as ServiceEndpoint
protected  ServiceEndpoint ComponentLifeCycle.address
           
 

Methods in org.ow2.petals.container.lifecycle that return ServiceEndpoint
 ServiceEndpoint Installer.getAddress()
           
 ServiceEndpoint ComponentContextCommunication.getAddress()
          The address of the component, as a Consumer.
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.component.context
 

Methods in org.ow2.petals.jbi.component.context that return ServiceEndpoint
 ServiceEndpoint ComponentContextImpl.getAddress()
           
 ServiceEndpoint ComponentContext.getAddress()
           
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.messaging.control
 

Methods in org.ow2.petals.jbi.messaging.control with parameters of type ServiceEndpoint
 boolean ExchangeCheckerClient.isExchangeWithConsumerOkayForComponent(ServiceEndpoint internalEndpoint, javax.jbi.messaging.MessageExchange exchange)
          Query a component to check if it is ready to accept the exchange as a consumer
 boolean JMXExchangeCheckerClientImpl.isExchangeWithConsumerOkayForComponent(ServiceEndpoint internalEndpoint, javax.jbi.messaging.MessageExchange exchange)
          Query a component to check if it is ready to accept the exchange as a consumer
 boolean ExchangeCheckerClient.isExchangeWithProviderOkayForComponent(ServiceEndpoint internalEndpoint, javax.jbi.messaging.MessageExchange exchange)
          Query a component to check if it is ready to accept the exchange as a provider
 boolean JMXExchangeCheckerClientImpl.isExchangeWithProviderOkayForComponent(ServiceEndpoint internalEndpoint, javax.jbi.messaging.MessageExchange exchange)
          Query a component to check if it is ready to accept the exchange as a provider
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.messaging.exchange
 

Methods in org.ow2.petals.jbi.messaging.exchange that return ServiceEndpoint
 ServiceEndpoint PersistedMessageExchangeWrapper.getConsumerEndpoint()
           
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.messaging.registry
 

Methods in org.ow2.petals.jbi.messaging.registry that return ServiceEndpoint
 ServiceEndpoint BaseEndpointRegistry.activateEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName, java.util.List<javax.xml.namespace.QName> interfaces, org.w3c.dom.Document description, ServiceEndpoint address)
          Register an endpoint in the endpoints registry.
 ServiceEndpoint EndpointRegistry.activateEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName, java.util.List<javax.xml.namespace.QName> interfaces, org.w3c.dom.Document description, ServiceEndpoint address)
          Register an endpoint in the endpoints registry.
 ServiceEndpoint BaseEndpointRegistry.getEndpoint(javax.xml.namespace.QName service, java.lang.String name)
          Get the service endpoint for the named activated endpoint, if any.
 ServiceEndpoint EndpointRegistry.getEndpoint(javax.xml.namespace.QName service, java.lang.String name)
          Get the service endpoint for the named activated endpoint, if any.
 ServiceEndpoint[] BaseEndpointRegistry.getExternalEndpointsForInterface(javax.xml.namespace.QName interfaceName)
           
 ServiceEndpoint[] EndpointRegistry.getExternalEndpointsForInterface(javax.xml.namespace.QName interfaceName)
          Queries the registry for external endpoints that implements the given interface name
 ServiceEndpoint[] BaseEndpointRegistry.getExternalEndpointsForService(javax.xml.namespace.QName serviceName)
           
 ServiceEndpoint[] EndpointRegistry.getExternalEndpointsForService(javax.xml.namespace.QName serviceName)
          Queries the registry for external endpoints that are part of the given service name
 ServiceEndpoint[] BaseEndpointRegistry.getInternalEndpointsForInterface(javax.xml.namespace.QName interfaceName, org.ow2.petals.jbi.descriptor.original.generated.LinkType linktype)
          Queries the registry for active endpoints that implements the given interface, according to the link type.
 ServiceEndpoint[] EndpointRegistry.getInternalEndpointsForInterface(javax.xml.namespace.QName interfaceName, org.ow2.petals.jbi.descriptor.original.generated.LinkType linktype)
          Queries the registry for active endpoints that implements the given interface, according to the link type.
 ServiceEndpoint[] BaseEndpointRegistry.getInternalEndpointsForService(javax.xml.namespace.QName serviceName, org.ow2.petals.jbi.descriptor.original.generated.LinkType linktype)
           
 ServiceEndpoint[] EndpointRegistry.getInternalEndpointsForService(javax.xml.namespace.QName serviceName, org.ow2.petals.jbi.descriptor.original.generated.LinkType linktype)
          Queries the registry for active endpoints belonging to the given service, according to the link type.
 

Methods in org.ow2.petals.jbi.messaging.registry that return types with arguments of type ServiceEndpoint
 java.util.List<ServiceEndpoint> AbstractEndpointRegistry.getEndpoints()
          
 java.util.List<ServiceEndpoint> EndpointRegistry.getEndpoints()
           
 java.util.List<ServiceEndpoint> BaseEndpointRegistry.getExternalEndpoints()
          
 java.util.List<ServiceEndpoint> EndpointRegistry.getExternalEndpoints()
           
 java.util.List<ServiceEndpoint> BaseEndpointRegistry.getInternalEndpoints()
           
 java.util.List<ServiceEndpoint> EndpointRegistry.getInternalEndpoints()
           
 java.util.List<ServiceEndpoint> BaseEndpointRegistry.query(java.lang.String endpointName, javax.xml.namespace.QName itf, javax.xml.namespace.QName service, java.lang.String containerName, java.lang.String componentName, java.lang.String subDomainName, java.lang.String type)
          
 java.util.List<ServiceEndpoint> EndpointRegistry.query(java.lang.String endpoint, javax.xml.namespace.QName itf, javax.xml.namespace.QName service, java.lang.String containerName, java.lang.String componentName, java.lang.String subDomainName, java.lang.String type)
           
 

Methods in org.ow2.petals.jbi.messaging.registry with parameters of type ServiceEndpoint
 ServiceEndpoint BaseEndpointRegistry.activateEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName, java.util.List<javax.xml.namespace.QName> interfaces, org.w3c.dom.Document description, ServiceEndpoint address)
          Register an endpoint in the endpoints registry.
 ServiceEndpoint EndpointRegistry.activateEndpoint(javax.xml.namespace.QName serviceName, java.lang.String endpointName, java.util.List<javax.xml.namespace.QName> interfaces, org.w3c.dom.Document description, ServiceEndpoint address)
          Register an endpoint in the endpoints registry.
 org.w3c.dom.Document BaseEndpointRegistry.getEndpointDescriptorForEndpoint(ServiceEndpoint endpoint)
          Return the descriptor for a specified endpoint.
 org.w3c.dom.Document EndpointRegistry.getEndpointDescriptorForEndpoint(ServiceEndpoint endpoint)
          Return the descriptor for a specified endpoint.
 javax.xml.namespace.QName[] BaseEndpointRegistry.getInterfacesForEndpoint(ServiceEndpoint endpoint)
          Return the interfaces for the specified endpoint.
 javax.xml.namespace.QName[] EndpointRegistry.getInterfacesForEndpoint(ServiceEndpoint endpoint)
          Return the interfaces for the specified endpoint.
protected static java.util.List<java.lang.String> AbstractEndpointRegistry.interfaceQNameToString(ServiceEndpoint abstractEndpoint)
          Extract interface QName from the given endpoint.
 void RegistryListener.onRegister(ServiceEndpoint endpoint)
          Do something after the endpoint registration
 void RegistryListener.onUnregister(ServiceEndpoint endpoint)
          Do something after the endpoint unregistration
protected  void BaseEndpointRegistry.registerEndpoint(ServiceEndpoint serviceEndpoint)
           
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.messaging.routing.module
 

Method parameters in org.ow2.petals.jbi.messaging.routing.module with type arguments of type ServiceEndpoint
 void TransportResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedDestinations, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void AuthorizationModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void EndpointResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void FlowControllerModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void FlowFilterModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void SenderModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
          Elect a list of candidate endpoints to be destination of the exchange.
 void PriorityOrdererModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.messaging.routing.module.endpoint
 

Fields in org.ow2.petals.jbi.messaging.routing.module.endpoint declared as ServiceEndpoint
 ServiceEndpoint WeightedEndpoint.endpoint
          The endpoint instance
 

Methods in org.ow2.petals.jbi.messaging.routing.module.endpoint that return types with arguments of type ServiceEndpoint
 java.util.List<ServiceEndpoint> EndpointOrderer.orderEndpoints(java.util.List<ServiceEndpoint> endpoints, java.util.List<java.lang.Object> strategyParameters)
          Elects the endpoints list of endpoints as the message recipient, with the defined strategy.
 

Method parameters in org.ow2.petals.jbi.messaging.routing.module.endpoint with type arguments of type ServiceEndpoint
 java.util.List<ServiceEndpoint> EndpointOrderer.orderEndpoints(java.util.List<ServiceEndpoint> endpoints, java.util.List<java.lang.Object> strategyParameters)
          Elects the endpoints list of endpoints as the message recipient, with the defined strategy.
 

Constructors in org.ow2.petals.jbi.messaging.routing.module.endpoint with parameters of type ServiceEndpoint
WeightedEndpoint(ServiceEndpoint endpoint, float weighting, WeightedEndpoint.Localization localization)
           
WeightedEndpoint(ServiceEndpoint endpoint, WeightedEndpoint.Localization localization)
           
 

Uses of ServiceEndpoint in org.ow2.petals.jbi.messaging.routing.monitoring
 

Method parameters in org.ow2.petals.jbi.messaging.routing.monitoring with type arguments of type ServiceEndpoint
 void RouterMonitorServiceImpl.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.