Uses of Interface
org.aselect.system.communication.server.IProtocolResponse

Packages that use IProtocolResponse
org.aselect.system.communication.server   
org.aselect.system.communication.server.raw   
org.aselect.system.communication.server.soap11   
org.aselect.system.communication.server.soap12   
 

Uses of IProtocolResponse in org.aselect.system.communication.server
 

Classes in org.aselect.system.communication.server that implement IProtocolResponse
 class ServletResponseWrapper
          Wrapper to communicate in a transparant manner to a HttpServletResponse.
 class TCPProtocolResponse
          Wrapper to add data and headers to an outgoing Socket response.
 

Methods in org.aselect.system.communication.server with parameters of type IProtocolResponse
 boolean Communicator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the Communicator.
 boolean IMessageCreatorInterface.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the message creator.
 

Uses of IProtocolResponse in org.aselect.system.communication.server.raw
 

Methods in org.aselect.system.communication.server.raw with parameters of type IProtocolResponse
 boolean RawMessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the RawMessageCreator.
 

Uses of IProtocolResponse in org.aselect.system.communication.server.soap11
 

Methods in org.aselect.system.communication.server.soap11 with parameters of type IProtocolResponse
 boolean SOAP11MessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the SOAP11MessageCreator.
 

Uses of IProtocolResponse in org.aselect.system.communication.server.soap12
 

Methods in org.aselect.system.communication.server.soap12 with parameters of type IProtocolResponse
 boolean SOAP12MessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the SOAP12MessageCreator.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.