org.apache.camel.component.cxf.util
Class CxfMessageHelper
java.lang.Object
org.apache.camel.component.cxf.util.CxfMessageHelper
public final class CxfMessageHelper
- extends Object
|
Method Summary |
static org.apache.cxf.message.Message |
getCxfInMessage(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy,
org.apache.camel.Exchange exchange,
boolean isClient)
|
static org.apache.cxf.message.Message |
getCxfOutMessage(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy,
org.apache.camel.Exchange exchange,
boolean isClient)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCxfInMessage
public static org.apache.cxf.message.Message getCxfInMessage(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy,
org.apache.camel.Exchange exchange,
boolean isClient)
getCxfOutMessage
@Deprecated
public static org.apache.cxf.message.Message getCxfOutMessage(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy,
org.apache.camel.Exchange exchange,
boolean isClient)
throws org.apache.camel.InvalidPayloadException
- Deprecated.
- Throws:
org.apache.camel.InvalidPayloadException
Apache CAMEL