| Package | Description |
|---|---|
| org.switchyard | |
| org.switchyard.event |
| Modifier and Type | Method and Description |
|---|---|
ServiceReference |
Exchange.getConsumer()
Get the service reference representing the consumer.
|
ServiceReference |
ServiceDomain.getServiceReference(QName serviceName)
Fetches a registered service reference for the specified name.
|
ServiceReference |
ServiceDomain.registerServiceReference(QName serviceName,
ServiceInterface metadata)
Register a service reference with the domain.
|
ServiceReference |
ServiceDomain.registerServiceReference(QName serviceName,
ServiceInterface contract,
ExchangeHandler handler)
Register a service reference with the domain.
|
ServiceReference |
ServiceDomain.registerServiceReference(QName serviceName,
ServiceInterface contract,
ExchangeHandler handler,
ServiceMetadata metadata)
Register a service reference with the domain.
|
| Modifier and Type | Method and Description |
|---|---|
Exchange |
Exchange.consumer(ServiceReference consumer,
ServiceOperation operation)
Set service consumer info for this exchange.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceReference |
ReferenceRegistrationEvent.getReference()
Get the registered reference associated with this event.
|
ServiceReference |
ReferenceUnregistrationEvent.getReference()
Get the unregistered reference associated with this event.
|
| Constructor and Description |
|---|
ReferenceRegistrationEvent(ServiceReference reference)
Create a new ReferenceRegistrationEvent.
|
ReferenceUnregistrationEvent(ServiceReference reference)
Create a new ReferenceUnregistrationEvent.
|
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.