Samples JDK
List of all members | Public Member Functions
com.freemindcafe.apache.cxf.wsdl.sample1.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.sample1.Server.start_server_with_2_way_ssl ( ) throws Exception
Exceptions
ExceptionInvocation order of interceptors depends on the phase. Please refer to http://cxf.apache.org/docs/interceptors.html for the Phase ordering Since Phase.PRE_PROTOCOL comes before Phase.UNMARSHAL, SSL interceptor and WSSecurityInterceptor will be invoked first. If two interceptors share the same Phase, then they will be invoked in the order they are attched to the bus. Whichsoever is atatched first is invoked first.

Definition at line 178 of file Server.java.

void com.freemindcafe.apache.cxf.wsdl.sample1.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.sample1.Server.start_server_without_ssl_and_use_client_in_same_jvm_with_interceptors_on_bus ( ) throws Exception
Exceptions
Exception

Definition at line 126 of file Server.java.

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

Definition at line 81 of file Server.java.


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