public abstract class AbstractInternalSegmentDecorator extends AbstractSegmentDecorator
CAMEL_COMPONENT, DEFAULT
Constructor and Description |
---|
AbstractInternalSegmentDecorator() |
Modifier and Type | Method and Description |
---|---|
String |
getOperationName(org.apache.camel.Exchange exchange,
org.apache.camel.Endpoint endpoint)
This method returns the operation name to use with the segment representing this exchange and endpoint.
|
newSegment, post, pre, stripSchemeAndOptions, toQueryParameters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponent
public String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
SegmentDecorator
getOperationName
in interface SegmentDecorator
getOperationName
in class AbstractSegmentDecorator
exchange
- The exchangeendpoint
- The endpointApache Camel