Class CxfEndpointBuilderFactory.CxfHeaderNameBuilder

  • Enclosing interface:
    CxfEndpointBuilderFactory

    public static class CxfEndpointBuilderFactory.CxfHeaderNameBuilder
    extends Object
    The builder of headers' name for the CXF component.
    • Constructor Detail

      • CxfHeaderNameBuilder

        public CxfHeaderNameBuilder()
    • Method Detail

      • operationName

        public String operationName()
        The name of the operation. The option is a: String type. Group: common
        Returns:
        the name of the header operationName.
      • operationNamespace

        public String operationNamespace()
        The operation namespace. The option is a: String type. Group: common
        Returns:
        the name of the header operationNamespace.
      • destinationOverrideUrl

        public String destinationOverrideUrl()
        The destination override url. The option is a: String type. 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.Subject type. Group: common
        Returns:
        the name of the header Authentication.
      • requestContext

        public String requestContext()
        The request context. The option is a: Object type. Group: common
        Returns:
        the name of the header RequestContext.