|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceEndpoint | |
---|---|
org.ow2.petals.microkernel.api.container | |
org.ow2.petals.microkernel.api.jbi | |
org.ow2.petals.microkernel.api.jbi.messaging.registry |
Uses of ServiceEndpoint in org.ow2.petals.microkernel.api.container |
---|
Methods in org.ow2.petals.microkernel.api.container that return ServiceEndpoint | |
---|---|
ServiceEndpoint |
ComponentContextCommunication.getAddress()
The address of the component, as a Consumer. |
Uses of ServiceEndpoint in org.ow2.petals.microkernel.api.jbi |
---|
Methods in org.ow2.petals.microkernel.api.jbi that return ServiceEndpoint | |
---|---|
ServiceEndpoint |
ComponentContext.getAddress()
|
Uses of ServiceEndpoint in org.ow2.petals.microkernel.api.jbi.messaging.registry |
---|
Methods in org.ow2.petals.microkernel.api.jbi.messaging.registry that return ServiceEndpoint | |
---|---|
ServiceEndpoint |
EndpointRegistry.activateEndpoint(QName serviceName,
String endpointName,
List<QName> interfaces,
Document description,
ServiceEndpoint address)
Register an endpoint in the endpoints registry. |
ServiceEndpoint |
EndpointRegistry.getEndpoint(QName service,
String name)
Get the service endpoint for the named activated endpoint, if any. |
ServiceEndpoint[] |
EndpointRegistry.getExternalEndpointsForInterface(QName interfaceName)
Queries the registry for external endpoints that implements the given interface name |
ServiceEndpoint[] |
EndpointRegistry.getExternalEndpointsForService(QName serviceName)
Queries the registry for external endpoints that are part of the given service name |
ServiceEndpoint[] |
EndpointRegistry.getInternalEndpointsForInterface(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.getInternalEndpointsForService(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.microkernel.api.jbi.messaging.registry that return types with arguments of type ServiceEndpoint | |
---|---|
List<ServiceEndpoint> |
EndpointRegistry.getEndpoints()
|
List<ServiceEndpoint> |
EndpointRegistry.getExternalEndpoints()
|
List<ServiceEndpoint> |
EndpointRegistry.getInternalEndpoints()
|
List<ServiceEndpoint> |
EndpointRegistry.query(String endpoint,
QName itf,
QName service,
String containerName,
String componentName,
String subDomainName,
String type)
|
Methods in org.ow2.petals.microkernel.api.jbi.messaging.registry with parameters of type ServiceEndpoint | |
---|---|
ServiceEndpoint |
EndpointRegistry.activateEndpoint(QName serviceName,
String endpointName,
List<QName> interfaces,
Document description,
ServiceEndpoint address)
Register an endpoint in the endpoints registry. |
Document |
EndpointRegistry.getEndpointDescriptorForEndpoint(ServiceEndpoint endpoint)
Return the descriptor for a specified endpoint. |
QName[] |
EndpointRegistry.getInterfacesForEndpoint(ServiceEndpoint endpoint)
Return the interfaces for the specified endpoint. |
void |
RegistryListener.onRegister(ServiceEndpoint endpoint)
Do something after the endpoint registration. |
void |
RegistryListener.onUnregister(ServiceEndpoint endpoint)
Do something after the endpoint unregistration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |