|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalEndpoint | |
|---|---|
| org.apache.servicemix.jbi.framework | Component Framwork - internal representations of Components and registries for end points, service units etc Provides standard Installation and Deployment services |
| org.apache.servicemix.jbi.framework.support | |
| org.apache.servicemix.jbi.nmr | The Normalized Message Router implementation. |
| org.apache.servicemix.jbi.servicedesc | JBI Service Description API implementation classes |
| Uses of InternalEndpoint in org.apache.servicemix.jbi.framework |
|---|
| Methods in org.apache.servicemix.jbi.framework that return InternalEndpoint | |
|---|---|
InternalEndpoint |
Registry.deregisterSubscription(ComponentContextImpl context,
SubscriptionSpec subscription)
|
InternalEndpoint |
ComponentContextImpl.deregisterSubscription(ComponentContextImpl context,
SubscriptionSpec subscription)
|
InternalEndpoint |
SubscriptionRegistry.deregisterSubscription(SubscriptionSpec subscription)
|
protected InternalEndpoint |
Registry.matchEndpointByName(javax.jbi.servicedesc.ServiceEndpoint[] endpoints,
String endpointName)
|
InternalEndpoint |
EndpointRegistry.registerInternalEndpoint(ComponentContextImpl provider,
QName serviceName,
String endpointName)
Activate an endpoint |
| Methods in org.apache.servicemix.jbi.framework that return types with arguments of type InternalEndpoint | |
|---|---|
List<InternalEndpoint> |
Registry.getMatchingSubscriptionEndpoints(MessageExchangeImpl exchange)
|
List<InternalEndpoint> |
SubscriptionRegistry.getMatchingSubscriptionEndpoints(MessageExchangeImpl exchange)
|
| Methods in org.apache.servicemix.jbi.framework with parameters of type InternalEndpoint | |
|---|---|
void |
Registry.deactivateEndpoint(javax.jbi.component.ComponentContext provider,
InternalEndpoint serviceEndpoint)
|
void |
EndpointRegistry.registerRemoteEndpoint(InternalEndpoint remote)
Registers a remote endpoint |
void |
SubscriptionRegistry.registerSubscription(SubscriptionSpec subscription,
InternalEndpoint endpoint)
|
void |
EndpointRegistry.unregisterInternalEndpoint(javax.jbi.component.ComponentContext provider,
InternalEndpoint serviceEndpoint)
Called by component context when endpoints are being deactivated. |
void |
EndpointRegistry.unregisterRemoteEndpoint(InternalEndpoint remote)
Unregisters a remote endpoint |
| Uses of InternalEndpoint in org.apache.servicemix.jbi.framework.support |
|---|
| Methods in org.apache.servicemix.jbi.framework.support with parameters of type InternalEndpoint | |
|---|---|
void |
WSDL1Processor.process(InternalEndpoint serviceEndpoint)
Retrieve interface implemented by the given endpoint using the WSDL 1 description. |
void |
SUDescriptorProcessor.process(InternalEndpoint serviceEndpoint)
Retrieve interface implemented by the given endpoint using the SU jbi descriptors. |
void |
EndpointProcessor.process(InternalEndpoint serviceEndpoint)
Post process the endpoint. |
void |
WSDL2Processor.process(InternalEndpoint serviceEndpoint)
Retrieve interface implemented by the given endpoint using the WSDL 2 description. |
| Uses of InternalEndpoint in org.apache.servicemix.jbi.nmr |
|---|
| Methods in org.apache.servicemix.jbi.nmr with parameters of type InternalEndpoint | |
|---|---|
protected void |
SubscriptionManager.dispatchToSubscriber(MessageExchangeImpl exchange,
InternalEndpoint endpoint)
Dispatches the given message exchange to the given endpoint |
| Uses of InternalEndpoint in org.apache.servicemix.jbi.servicedesc |
|---|
| Methods in org.apache.servicemix.jbi.servicedesc that return InternalEndpoint | |
|---|---|
InternalEndpoint[] |
InternalEndpoint.getRemoteEndpoints()
Retrieve all remote component namespaces where this endpoint is activated |
| Methods in org.apache.servicemix.jbi.servicedesc with parameters of type InternalEndpoint | |
|---|---|
void |
InternalEndpoint.addRemoteEndpoint(InternalEndpoint remote)
|
void |
InternalEndpoint.removeRemoteEndpoint(InternalEndpoint remote)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||