Class NetWeaverEndpointBuilderFactory.NetWeaverHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.NetWeaverEndpointBuilderFactory.NetWeaverHeaderNameBuilder
-
- Enclosing interface:
- NetWeaverEndpointBuilderFactory
public static class NetWeaverEndpointBuilderFactory.NetWeaverHeaderNameBuilder extends Object
The builder of headers' name for the SAP NetWeaver component.
-
-
Constructor Summary
Constructors Constructor Description NetWeaverHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaccept()The media type.StringhttpPath()The http path.StringnetWeaverCommand()The command to execute in http://msdn.microsoft.com/en-us/library/cc956153.aspxMS ADO.Net Data Service format.
-
-
-
Method Detail
-
netWeaverCommand
public String netWeaverCommand()
The command to execute in http://msdn.microsoft.com/en-us/library/cc956153.aspxMS ADO.Net Data Service format. The option is a:Stringtype. Required: true Group: producer- Returns:
- the name of the header
NetWeaverCommand.
-
httpPath
public String httpPath()
The http path. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
HttpPath.
-
accept
public String accept()
The media type. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
Accept.
-
-