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

Public Member Functions

void start_server_without_ssl () throws Exception
 
void start_server_without_ssl_and_use_client_in_same_jvm_with_interceptors_on_endpoint () throws Exception
 
void start_server_without_ssl_and_use_client_in_same_jvm_with_interceptors_on_bus () throws Exception
 
void start_server_with_2_way_ssl () throws Exception
 

Member Function Documentation

void com.freemindcafe.apache.cxf.wsdl.sample3.Server.start_server_with_2_way_ssl ( ) throws Exception
Exceptions
Exception

Definition at line 185 of file Server.java.

void com.freemindcafe.apache.cxf.wsdl.sample3.Server.start_server_without_ssl ( ) throws Exception

It has basic auth, wsse security token as in interceptor. It also has out and fault interceptors. Interceptors prints messages on server console.

Definition at line 47 of file Server.java.

void com.freemindcafe.apache.cxf.wsdl.sample3.Server.start_server_without_ssl_and_use_client_in_same_jvm_with_interceptors_on_bus ( ) throws Exception
Exceptions
Exception

Definition at line 134 of file Server.java.

void com.freemindcafe.apache.cxf.wsdl.sample3.Server.start_server_without_ssl_and_use_client_in_same_jvm_with_interceptors_on_endpoint ( ) throws Exception
Exceptions
Exception

Definition at line 85 of file Server.java.


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