org.apache.camel.example.cxf.provider
Class Client
java.lang.Object
org.apache.camel.example.cxf.provider.Client
public final class Client
- extends Object
A simple client that uses the JAX-WS Dispatch API to call
a service endpoint exposed in a servlet container.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Client
public Client(String endpointAddress)
invoke
public String invoke()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Apache CAMEL