Class SpringWebserviceEndpointBuilderFactory.SpringWebserviceHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.SpringWebserviceEndpointBuilderFactory.SpringWebserviceHeaderNameBuilder
- Enclosing interface:
SpringWebserviceEndpointBuilderFactory
public static class SpringWebserviceEndpointBuilderFactory.SpringWebserviceHeaderNameBuilder
extends Object
The builder of headers' name for the Spring WebService component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe breadcrumb id.WS-Addressing 1.0 action header to include when accessing web services.Signifies the value for the faultAction response WS-Addressing FaultTo header that is provided by the method.Signifies the value for the replyTo response WS-Addressing ReplyTo header that is provided by the method.The endpoint URI.SOAP action to include inside a SOAP request when accessing remote web services.The soap header source.
-
Constructor Details
-
SpringWebserviceHeaderNameBuilder
public SpringWebserviceHeaderNameBuilder()
-
-
Method Details
-
springWebserviceEndpointUri
The endpoint URI. The option is a:String
type. Group: producer- Returns:
- the name of the header
SpringWebserviceEndpointUri
.
-
springWebserviceSoapAction
SOAP action to include inside a SOAP request when accessing remote web services. The option is a:String
type. Group: producer- Returns:
- the name of the header
SpringWebserviceSoapAction
.
-
springWebserviceSoapHeader
The soap header source. The option is a:javax.xml.transform.Source
type. Group: producer- Returns:
- the name of the header
SpringWebserviceSoapHeader
.
-
springWebserviceAddressingAction
WS-Addressing 1.0 action header to include when accessing web services. The To header is set to the address of the web service as specified in the endpoint URI (default Spring-WS behavior). The option is a:java.net.URI
type. Group: producer- Returns:
- the name of the header
SpringWebserviceAddressingAction
.
-
springWebserviceAddressingFaultTo
Signifies the value for the faultAction response WS-Addressing FaultTo header that is provided by the method. See org.springframework.ws.soap.addressing.server.annotation.Action annotation for more details. The option is a:java.net.URI
type. Group: producer- Returns:
- the name of the header
SpringWebserviceAddressingFaultTo
.
-
springWebserviceAddressingReplyTo
Signifies the value for the replyTo response WS-Addressing ReplyTo header that is provided by the method. See org.springframework.ws.soap.addressing.server.annotation.Action annotation for more details. The option is a:java.net.URI
type. Group: producer- Returns:
- the name of the header
SpringWebserviceAddressingReplyTo
.
-
breadcrumbId
The breadcrumb id. The option is a:String
type. Group: consumer- Returns:
- the name of the header
breadcrumbId
.
-