Package | Description |
---|---|
org.switchyard | |
org.switchyard.event | |
org.switchyard.remote |
Modifier and Type | Method and Description |
---|---|
Service |
Exchange.getProvider()
Get the service representing the provider.
|
Service |
ServiceDomain.registerService(QName serviceName,
ServiceInterface contract,
ExchangeHandler handler)
Register a service with the domain.
|
Service |
ServiceDomain.registerService(QName serviceName,
ServiceInterface contract,
ExchangeHandler handler,
ServiceMetadata metadata)
Register a service with the domain.
|
Modifier and Type | Method and Description |
---|---|
List<Service> |
ServiceDomain.getServices()
Return the list of services.
|
List<Service> |
ServiceDomain.getServices(QName serviceName)
Get the list of services for the specified service name.
|
Modifier and Type | Method and Description |
---|---|
Exchange |
Exchange.provider(Service provider,
ServiceOperation operation)
Set service provider info for this exchange.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceUnregistrationEvent.getService()
Get the unregistered reference associated with this event.
|
Service |
ServiceRegistrationEvent.getService()
Get the registered service associated with this event.
|
Constructor and Description |
---|
ServiceRegistrationEvent(Service service)
Create a new ServiceRegistrationEvent.
|
ServiceUnregistrationEvent(Service service)
Create a new ServiceUnregistrationEvent.
|
Modifier and Type | Method and Description |
---|---|
static RemoteEndpoint |
RemoteEndpoint.fromService(Service service)
Create a RemoteEndpoint representation from a registered service.
|
Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.