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