Package | Description |
---|---|
uk.nhs.interoperability.capabilities |
Additional ITK API capabilities/extensions for features that are not fully specified by the (normative) written ITK Specifications
|
uk.nhs.interoperability.infrastructure |
Base / infrastructure classes necessary to support ITK Transport and distribution.
|
uk.nhs.interoperability.payload |
Interfaces to support the generic handling of ITK messages by the transport and distribution infrastructure.
|
uk.nhs.interoperability.service |
Interfaces to represent the messaging service elements of the transport and distribution layers.
|
uk.nhs.interoperability.transport |
Interfaces representing the abstraction of transport elements of the ITK transport and distribution infrastructure.
|
uk.nhs.interoperability.transport.WS |
HTTP SOAP Web Service transport implementation classes.
|
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
DirectoryOfServices.resolveDestination(String serviceId,
ITKAddress address)
Resolve the
ITKTransportRoute for the supplied service
and logical destination address . |
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
ITKTransportPropertiesImpl.getTransportFaultToRoute() |
ITKTransportRoute |
ITKTransportPropertiesImpl.getTransportReplyToRoute() |
Modifier and Type | Field and Description |
---|---|
protected ITKTransportRoute |
ITKMessageImpl.preResolvedTransportRoute
The pre resolved transport route.
|
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
ITKMessageImpl.getPreresolvedRoute() |
ITKTransportRoute |
ITKMessage.getPreresolvedRoute()
Obtains any pre-resolved
ITKTransportRoute associated
with this ITKMessage.A pre-resolved transport route might be present if this ITKMessage instance is a response where the return address is already known (e.g. |
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
ITKSimpleDOS.resolveDestination(String serviceId,
ITKAddress address) |
Modifier and Type | Class and Description |
---|---|
class |
ITKTransportRouteImpl
The Class ITKTransportRouteImpl.
|
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
ITKTransportProperties.getTransportFaultToRoute()
Convenience method to return a fully constructed
ITKTransportRoute for returning asynchronous
faults to. |
ITKTransportRoute |
ITKTransportProperties.getTransportReplyToRoute()
Convenience method to return a fully constructed
ITKTransportRoute for returning asynchronous
response messages to. |
Modifier and Type | Method and Description |
---|---|
void |
ITKSender.send(ITKTransportRoute destination,
ITKMessage request)
Operation that allows a business payload and ITK wrappers (e.g.
|
void |
ITKSender.sendAysnc(ITKTransportRoute destination,
ITKMessage request)
Operation that allows a business payload and ITK wrappers (e.g.
|
ITKMessage |
ITKSender.sendSync(ITKTransportRoute destination,
ITKMessage request)
Operation that allows a business payload and ITK wrappers (e.g.
|
Modifier and Type | Method and Description |
---|---|
ITKTransportRoute |
WSSOAPMessageImpl.getPreresolvedRoute() |
Modifier and Type | Method and Description |
---|---|
void |
ITKSenderWSImpl.send(ITKTransportRoute destination,
ITKMessage request) |
void |
ITKSenderWSImpl.sendAysnc(ITKTransportRoute destination,
ITKMessage request) |
ITKMessage |
ITKSenderWSImpl.sendSync(ITKTransportRoute destination,
ITKMessage request) |
Constructor and Description |
---|
WSSOAPMessageImpl(ITKTransportRoute destination,
ITKMessage itkMessage,
String messageType)
Instantiates a new wSSOAP message impl.
|
All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated