@Endpoint
public class DhxEndpoint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE_URI |
| Constructor and Description |
|---|
DhxEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
ee.ria.dhx.types.eu.x_road.dhx.producer.RepresentationListResponse |
representationList(ee.ria.dhx.types.eu.x_road.dhx.producer.RepresentationList request,
org.springframework.ws.context.MessageContext messageContext)
X-road SOAP service representationList.
|
ee.ria.dhx.types.eu.x_road.dhx.producer.SendDocumentResponse |
sendDocument(ee.ria.dhx.types.eu.x_road.dhx.producer.SendDocument request,
org.springframework.ws.context.MessageContext messageContext)
X-road SOAP service sendDocument.
|
public static final java.lang.String NAMESPACE_URI
@PayloadRoot(namespace="http://dhx.x-road.eu/producer",
localPart="sendDocument")
@ResponsePayload
@Loggable
public ee.ria.dhx.types.eu.x_road.dhx.producer.SendDocumentResponse sendDocument(@RequestPayload
ee.ria.dhx.types.eu.x_road.dhx.producer.SendDocument request,
org.springframework.ws.context.MessageContext messageContext)
throws ee.ria.dhx.exception.DhxException
request - - service requestmessageContext - - SOAP message contextee.ria.dhx.exception.DhxException - - thrown if error occured while sending document@PayloadRoot(namespace="http://dhx.x-road.eu/producer",
localPart="representationList")
@ResponsePayload
@Loggable
public ee.ria.dhx.types.eu.x_road.dhx.producer.RepresentationListResponse representationList(@RequestPayload
ee.ria.dhx.types.eu.x_road.dhx.producer.RepresentationList request,
org.springframework.ws.context.MessageContext messageContext)
throws ee.ria.dhx.exception.DhxException
request - - service requestmessageContext - - SOAP message contextee.ria.dhx.exception.DhxException - - throws when error occurs while getting representation list