C E H M O S

C

Client - Class in org.jboss.fuse.examples.cxf.jaxws.security.client
A Java client application that uses CXF's JaxWsProxyFactoryBean to create a web service client proxy to invoke the remote web service.
Client() - Constructor for class org.jboss.fuse.examples.cxf.jaxws.security.client.Client
 
ClientPasswordCallback - Class in org.jboss.fuse.examples.cxf.jaxws.security.client
This is a JAAS CallbackHandler implementation that will provide the password for our custom security interceptor.
ClientPasswordCallback() - Constructor for class org.jboss.fuse.examples.cxf.jaxws.security.client.ClientPasswordCallback
 
CustomSecurityInterceptor - Class in org.jboss.fuse.examples.cxf.jaxws.security.client
CXF Interceptors are a very powerful and flexible mechanism to add custom logic to the default CXF processing, both when using CXF on the client side and on the server side.
CustomSecurityInterceptor() - Constructor for class org.jboss.fuse.examples.cxf.jaxws.security.client.CustomSecurityInterceptor
Configuring the interceptor to be used in the 'setup' phase.

E

EnableCORSInterceptor - Class in org.jboss.fuse.examples.cxf.jaxws.security
 
EnableCORSInterceptor() - Constructor for class org.jboss.fuse.examples.cxf.jaxws.security.EnableCORSInterceptor
 

H

handle(Callback[]) - Method in class org.jboss.fuse.examples.cxf.jaxws.security.client.ClientPasswordCallback
 
handleMessage(Message) - Method in class org.jboss.fuse.examples.cxf.jaxws.security.client.CustomSecurityInterceptor
This is the actual implementation for our interceptor - we define the necessary properties for doing the authentication and then iterate over the rest of the interceptor chain to find the WSS4J interceptor and configure it properly.
handleMessage(Message) - Method in class org.jboss.fuse.examples.cxf.jaxws.security.EnableCORSInterceptor
 
HelloWorld - Interface in org.jboss.fuse.examples.cxf.jaxws.security
The HelloWorld interface defines a single method.
HelloWorldImpl - Class in org.jboss.fuse.examples.cxf.jaxws.security
This is our web service implementation, which implements the web service interface.
HelloWorldImpl() - Constructor for class org.jboss.fuse.examples.cxf.jaxws.security.HelloWorldImpl
 

M

main(String[]) - Static method in class org.jboss.fuse.examples.cxf.jaxws.security.client.Client
 

O

org.jboss.fuse.examples.cxf.jaxws.security - package org.jboss.fuse.examples.cxf.jaxws.security
 
org.jboss.fuse.examples.cxf.jaxws.security.client - package org.jboss.fuse.examples.cxf.jaxws.security.client
 

S

sayHi(String) - Method in interface org.jboss.fuse.examples.cxf.jaxws.security.HelloWorld
 
sayHi(String) - Method in class org.jboss.fuse.examples.cxf.jaxws.security.HelloWorldImpl
Just a simple implementation for a friendly message that says hello.
sendRequest() - Method in class org.jboss.fuse.examples.cxf.jaxws.security.client.Client
 

C E H M O S

Copyright © 2013 Red Hat. All Rights Reserved.