org.apache.camel.example.cxf.provider
Class CamelCxfExample
java.lang.Object
org.apache.camel.example.cxf.provider.CamelCxfExample
public final class CamelCxfExample
- extends Object
An example demonstrating routing of messages to a JAXWS WebServiceProvider
endpoint through a Camel route. The message could be either a SOAP envelope
or plain XML over HTTP as defined by the JAX-WS specification.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Apache CAMEL