com.trendmicro.grid.acl.client
Class SharedClientServiceContext

java.lang.Object
  extended by net.sf.tinyjee.ws.client.ClientServiceContext
      extended by com.trendmicro.grid.acl.client.SharedClientServiceContext
All Implemented Interfaces:
HandlerResolver

@Component
public class SharedClientServiceContext
extends net.sf.tinyjee.ws.client.ClientServiceContext

Subclasses the client service context to add configuration file support and satisfy spring dependencies.

Version:
1.0
Author:
Juergen_Kellerer, 2010-05-16

Constructor Summary
SharedClientServiceContext()
           
 
Method Summary
 
Methods inherited from class net.sf.tinyjee.ws.client.ClientServiceContext
addDefinition, addDefinition, addDefinition, addDefinition, addHandler, getDefinedPorts, getHandlerChain, getPort, getPort, getSessionHandler, isCompressRequests, isCompressResponses, isPreserveSessions, removeAuthenticationCredentials, removeAuthenticationCredentials, removeHandler, setAuthenticationCredentials, setAuthenticationCredentials, setCompressRequests, setCompressResponses, setPreserveSessions, setSessionHandler, toServiceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedClientServiceContext

public SharedClientServiceContext()