Samples JDK
List of all members | Public Member Functions
com.freemindcafe.apache.cxf.wsdl.sample1.Client Class Reference

Public Member Functions

void soap_service_based_client () throws Exception
 
void JaxWsProxyFactoryBean_based_client ()
 

Member Function Documentation

void com.freemindcafe.apache.cxf.wsdl.sample1.Client.JaxWsProxyFactoryBean_based_client ( )

Has client code using JaxWsProxyFactoryBean. But It does not have any wsse or basic auth headers.

Definition at line 66 of file Client.java.

void com.freemindcafe.apache.cxf.wsdl.sample1.Client.soap_service_based_client ( ) throws Exception

Has client code using SoapService. But It does not have any wsse or basic auth headers.

Exceptions
Exception

Definition at line 23 of file Client.java.


The documentation for this class was generated from the following file: