org.fusesource.examples.cxf.jaxws.client
Class Client

java.lang.Object
  extended by org.fusesource.examples.cxf.jaxws.client.Client

public class Client
extends java.lang.Object

A Java client application that uses a plain HTTP URL connection to send a SOAP request and afterwards receive the SOAP response.


Constructor Summary
Client()
           
 
Method Summary
static void main(java.lang.String[] args)
          We configured Maven's exec-maven-plugin to be able to run this main method using 'mvn exec:java'
 void sendRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)
We configured Maven's exec-maven-plugin to be able to run this main method using 'mvn exec:java'


sendRequest

public void sendRequest()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 FuseSource. All Rights Reserved.