Class AsteriskEndpointBuilderFactory.AsteriskHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.AsteriskEndpointBuilderFactory.AsteriskHeaderNameBuilder
-
- Enclosing interface:
- AsteriskEndpointBuilderFactory
public static class AsteriskEndpointBuilderFactory.AsteriskHeaderNameBuilder extends Object
The builder of headers' name for the Asterisk component.
-
-
Constructor Summary
Constructors Constructor Description AsteriskHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasteriskAction()The Asterisk action to do.StringasteriskContext()The name of the context that contains the extension to query in case of an ExtensionStateAction.StringasteriskEventName()The name of the Asterisk event.StringasteriskExtension()The extension to query in case of an ExtensionStateAction.
-
-
-
Method Detail
-
asteriskEventName
public String asteriskEventName()
The name of the Asterisk event. The option is a:java.lang.Stringtype. Default: Simple name of the event Group: consumer- Returns:
- the name of the header
AsteriskEventName.
-
asteriskExtension
public String asteriskExtension()
The extension to query in case of an ExtensionStateAction. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
AsteriskExtension.
-
asteriskContext
public String asteriskContext()
The name of the context that contains the extension to query in case of an ExtensionStateAction. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
AsteriskContext.
-
asteriskAction
public String asteriskAction()
The Asterisk action to do. The option is a:org.apache.camel.component.asterisk.AsteriskActiontype. Group: producer- Returns:
- the name of the header
AsteriskAction.
-
-