|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Endpoint | |
|---|---|
| org.apache.servicemix.common | Base classes to write JBI standard Binding Components and Service Engines |
| org.apache.servicemix.common.endpoints | |
| org.apache.servicemix.common.wsdl1 | |
| org.apache.servicemix.common.xbean | |
| Uses of Endpoint in org.apache.servicemix.common |
|---|
| Fields in org.apache.servicemix.common with type parameters of type Endpoint | |
|---|---|
protected Map<String,Endpoint> |
Registry.endpoints
|
protected Map<String,Endpoint> |
ServiceUnit.endpoints
|
| Methods in org.apache.servicemix.common that return Endpoint | |
|---|---|
Endpoint |
EndpointComponentContext.getEndpoint()
|
Endpoint |
Registry.getEndpoint(String key)
|
Endpoint |
ServiceUnit.getEndpoint(String key)
|
protected Endpoint |
AsyncBaseLifeCycle.getResolvedEPR(javax.jbi.servicedesc.ServiceEndpoint ep)
Handle an exchange sent to an EPR resolved by this component |
| Methods in org.apache.servicemix.common that return types with arguments of type Endpoint | |
|---|---|
Collection<Endpoint> |
ServiceUnit.getEndpoints()
|
| Methods in org.apache.servicemix.common with parameters of type Endpoint | |
|---|---|
void |
DefaultComponent.addEndpoint(Endpoint endpoint)
Dynamically adds a new endpoint |
void |
ServiceUnit.addEndpoint(Endpoint endpoint)
|
static String |
EndpointSupport.getKey(Endpoint endpoint)
|
void |
BaseComponent.prepareConsumerExchange(javax.jbi.messaging.MessageExchange exchange,
Endpoint endpoint)
|
void |
AsyncBaseLifeCycle.prepareConsumerExchange(javax.jbi.messaging.MessageExchange exchange,
Endpoint endpoint)
|
void |
ServiceMixComponent.prepareConsumerExchange(javax.jbi.messaging.MessageExchange exchange,
Endpoint endpoint)
Prepare a consumer exchange from the given endpoint. |
void |
Registry.registerEndpoint(Endpoint ep)
|
void |
DefaultComponent.removeEndpoint(Endpoint endpoint)
|
void |
ServiceUnit.removeEndpoint(Endpoint endpoint)
|
void |
BaseComponent.sendConsumerExchange(javax.jbi.messaging.MessageExchange exchange,
Endpoint endpoint)
|
void |
AsyncBaseLifeCycle.sendConsumerExchange(javax.jbi.messaging.MessageExchange exchange,
Endpoint endpoint)
This method allows the component to keep no state in memory so that components can be clustered and provide fail-over and load-balancing. |
void |
ServiceMixComponent.sendConsumerExchange(javax.jbi.messaging.MessageExchange exchange,
Endpoint endpoint)
Deprecated. use prepareConsumerExchange |
void |
Registry.unregisterEndpoint(Endpoint ep)
|
protected void |
AbstractDeployer.validate(Endpoint endpoint)
|
protected void |
DefaultComponent.validateEndpoint(Endpoint endpoint)
Provides a hook to validate the statically configured endpoint |
| Constructors in org.apache.servicemix.common with parameters of type Endpoint | |
|---|---|
EndpointComponentContext(Endpoint endpoint)
|
|
EndpointDeliveryChannel(Endpoint endpoint)
|
|
| Uses of Endpoint in org.apache.servicemix.common.endpoints |
|---|
| Subclasses of Endpoint in org.apache.servicemix.common.endpoints | |
|---|---|
class |
ConsumerEndpoint
|
class |
PollingEndpoint
An implementation inheritence class for an endpoint which polls some resource at periodic intervals to decide if there is an event to process. |
class |
ProviderEndpoint
|
class |
SimpleEndpoint
|
| Uses of Endpoint in org.apache.servicemix.common.wsdl1 |
|---|
| Methods in org.apache.servicemix.common.wsdl1 that return Endpoint | |
|---|---|
protected abstract Endpoint |
AbstractWsdl1Deployer.createEndpoint(javax.wsdl.extensions.ExtensibilityElement portElement,
javax.wsdl.extensions.ExtensibilityElement bindingElement,
JbiEndpoint jbiEndpoint)
|
| Uses of Endpoint in org.apache.servicemix.common.xbean |
|---|
| Methods in org.apache.servicemix.common.xbean with parameters of type Endpoint | |
|---|---|
protected abstract List<Consumes> |
AbstractXBeanServiceUnitAnalyzer.getConsumes(Endpoint endpoint)
|
protected List<Provides> |
AbstractXBeanServiceUnitAnalyzer.getProvides(Endpoint endpoint)
|
protected void |
BaseXBeanDeployer.validate(Endpoint endpoint)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||