Uses of Interface
org.aselect.system.communication.client.IClientCommunicator

Packages that use IClientCommunicator
org.aselect.agent.handler   
org.aselect.system.communication.client.raw   
org.aselect.system.communication.client.soap11   
org.aselect.system.communication.client.soap12   
 

Uses of IClientCommunicator in org.aselect.agent.handler
 

Methods in org.aselect.agent.handler that return IClientCommunicator
 IClientCommunicator RequestHandler.getClientCommunicator()
          Returns the ClientCommunicator.
 

Constructors in org.aselect.agent.handler with parameters of type IClientCommunicator
RequestHandler(java.net.Socket oSocket, IClientCommunicator oCommunicator, boolean bAuthorization)
          Initializes instance variables.
TraceRequestHandler(java.net.Socket oSocket, IClientCommunicator oCommunicator, boolean bAuthorization)
          Create new instance.
 

Uses of IClientCommunicator in org.aselect.system.communication.client.raw
 

Classes in org.aselect.system.communication.client.raw that implement IClientCommunicator
 class RawCommunicator
          Client communicator which uses CGI messages.
 

Uses of IClientCommunicator in org.aselect.system.communication.client.soap11
 

Classes in org.aselect.system.communication.client.soap11 that implement IClientCommunicator
 class SOAP11Communicator
          Client communicator which uses SOAP 1.1 over HTTP.
 

Uses of IClientCommunicator in org.aselect.system.communication.client.soap12
 

Classes in org.aselect.system.communication.client.soap12 that implement IClientCommunicator
 class SOAP12Communicator
          Client communicator which uses SOAP 1.2 over HTTP.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.