public interface WebServiceUriBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInWsUri(QName qName,
String endpointMappingRef,
String params)
Gets "from" URI for handling incoming WS messages.
|
String |
getOutWsSoap12Uri(String connectionUri,
String messageSenderRef,
String soapAction)
Constructs a "to" URI for sending WS messages to external systems,
i.e., Camel Web Service Endpoint URI for contacting an external system via SOAP 1.2.
|
String |
getOutWsUri(String connectionUri,
String messageSenderRef,
String soapAction)
Constructs a "to" URI for sending WS messages to external systems,
i.e., Camel Web Service Endpoint URI for contacting an external system via SOAP 1.1.
|
String getOutWsUri(String connectionUri, String messageSenderRef, @Nullable String soapAction)
connectionUri - the URI to connect to the external system, e.g.: http://localhost:8080/vfmock/ws/mm7messageSenderRef - the message sender ref (bean id/name in Spring context)soapAction - the SOAP action to be invoked,
can be null for implicit handling of SOAP messages by the external systemString getOutWsSoap12Uri(String connectionUri, String messageSenderRef, @Nullable String soapAction)
connectionUri - the URI to connect to the external system, e.g.: http://localhost:8080/vfmock/ws/mm7messageSenderRef - the message sender ref (bean id/name in Spring context)soapAction - the SOAP action to be invoked,
can be null for implicit handling of SOAP messages by the external systemString getInWsUri(QName qName, String endpointMappingRef, @Nullable String params)
qName - the operation QName (namespace + local part)endpointMappingRef - the endpoint mapping ref (bean id/name in Spring context)params - the endpoint URI parametersCopyright © 2018 Pivotal Software, Inc.. All rights reserved.