Class CxfEndpointBuilderFactory.CxfHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.CxfEndpointBuilderFactory.CxfHeaderNameBuilder
- Enclosing interface:
- CxfEndpointBuilderFactory
The builder of headers' name for the CXF component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe authentication.The destination override url.The name of the operation.The operation namespace.The request context.The response context.
-
Constructor Details
-
CxfHeaderNameBuilder
public CxfHeaderNameBuilder()
-
-
Method Details
-
operationName
The name of the operation. The option is a:Stringtype. Group: common- Returns:
- the name of the header
operationName.
-
operationNamespace
The operation namespace. The option is a:Stringtype. Group: common- Returns:
- the name of the header
operationNamespace.
-
destinationOverrideUrl
The destination override url. The option is a:Stringtype. Group: common- Returns:
- the name of the header
DestinationOverrideUrl.
-
responseContext
The response context. The option is a:Map<String, Object>type. Group: common- Returns:
- the name of the header
ResponseContext.
-
authentication
The authentication. The option is a:javax.security.auth.Subjecttype. Group: common- Returns:
- the name of the header
Authentication.
-
requestContext
The request context. The option is a:Objecttype. Group: common- Returns:
- the name of the header
RequestContext.
-