Uses of Class
org.aselect.system.exception.ASelectCommunicationException

Packages that use ASelectCommunicationException
org.aselect.server.request.handler.aselect.authentication   
org.aselect.server.request.handler.sfs.authentication   
org.aselect.system.communication.client   
org.aselect.system.communication.client.raw   
org.aselect.system.communication.client.soap11   
org.aselect.system.communication.client.soap12   
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 ASelectCommunicationException in org.aselect.server.request.handler.aselect.authentication
 

Methods in org.aselect.server.request.handler.aselect.authentication that throw ASelectCommunicationException
 IRequestHandler RequestHandlerFactory.createRequestHandler(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Factory method for creating a request handler.
 

Constructors in org.aselect.server.request.handler.aselect.authentication that throw ASelectCommunicationException
AbstractAPIRequestHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Construct a instance.
ApplicationAPIHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Create a new instance.
ASelectAPIHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Create a new instance.
AuthSPAPIHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Create new instance.
 

Uses of ASelectCommunicationException in org.aselect.server.request.handler.sfs.authentication
 

Methods in org.aselect.server.request.handler.sfs.authentication that throw ASelectCommunicationException
 IRequestHandler RequestHandlerFactory.createRequestHandler(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse)
          Factory method for creating a request handler.
 

Constructors in org.aselect.server.request.handler.sfs.authentication that throw ASelectCommunicationException
AbstractAPIRequestHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Construct a instance.
ApplicationAPIHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Create a new instance.
ASelectAPIHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Create a new instance.
AuthSPAPIHandler(RequestParser reqParser, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, java.lang.String sMyServerId, java.lang.String sMyOrg)
          Create new instance.
 

Uses of ASelectCommunicationException in org.aselect.system.communication.client
 

Methods in org.aselect.system.communication.client that throw ASelectCommunicationException
 java.util.Hashtable IClientCommunicator.sendMessage(java.util.Hashtable htParameters, java.lang.String sTarget)
          Send an API call to the A-Select server.
 

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

Methods in org.aselect.system.communication.client.raw that throw ASelectCommunicationException
 java.util.Hashtable RawCommunicator.sendMessage(java.util.Hashtable parameters, java.lang.String target)
          Sends a raw api call to the A-Select Server.
 

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

Methods in org.aselect.system.communication.client.soap11 that throw ASelectCommunicationException
 java.util.Hashtable SOAP11Communicator.sendMessage(java.util.Hashtable htParameters, java.lang.String sUrl)
          Creates a SOAP message of the given parameters and sends it to the given url.
 

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

Methods in org.aselect.system.communication.client.soap12 that throw ASelectCommunicationException
 java.util.Hashtable SOAP12Communicator.sendMessage(java.util.Hashtable htParameters, java.lang.String sTarget)
          Creates a SOAP message of the given parameters and sends it to the given url.
 

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

Methods in org.aselect.system.communication.server that throw ASelectCommunicationException
 java.lang.String[] IInputMessage.getArray(java.lang.String sName)
          Get array Parameter values from this message.
 java.lang.String IInputMessage.getParam(java.lang.String sName)
          Get a Parameter value from this message.
 boolean Communicator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the Communicator.
 boolean IMessageCreatorInterface.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the message creator.
 boolean Communicator.send()
          Sends the output message.
 boolean IOutputMessage.send()
          Sends this message.
 boolean IOutputMessage.setParam(java.lang.String sName, java.lang.String sValue)
          Sets a parameter in the message.
 boolean IOutputMessage.setParam(java.lang.String sName, java.lang.String[] saValues)
          Sets a array parameter in the message.
 

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

Methods in org.aselect.system.communication.server.raw that throw ASelectCommunicationException
 java.util.Hashtable RawMessageCreator.convertCGIMessage(java.lang.String sMessage)
          Convert a CGI string.
 java.lang.String[] RawMessageCreator.getArray(java.lang.String sName)
          get an array parameter from a CGI query string message.
 java.lang.String RawMessageCreator.getParam(java.lang.String sName)
          get a parameter from a CGI query string message.
 boolean RawMessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the RawMessageCreator.
 boolean RawMessageCreator.send()
          Send the repsonse as a CGI URL encoded query string.
 boolean RawMessageCreator.setParam(java.lang.String sName, java.lang.String sValue)
          set a parameter as a CGI query string message.
 boolean RawMessageCreator.setParam(java.lang.String sName, java.lang.String[] saValue)
          set an array parameter as a CGI query string message.
 

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

Methods in org.aselect.system.communication.server.soap11 that throw ASelectCommunicationException
 java.lang.String[] SOAP11MessageCreator.getArray(java.lang.String sName)
          Get array Parameter values from this SOAP 1.1 message.
 java.lang.String SOAP11MessageCreator.getParam(java.lang.String sName)
          Returns a Parameter from the input SOAP message.
 boolean SOAP11MessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the SOAP11MessageCreator.
 boolean SOAP11MessageCreator.send()
          Sends the output message.
 boolean SOAP11MessageCreator.setParam(java.lang.String sName, java.lang.String sValue)
          Sets a parameter in the SOAP output message.
 boolean SOAP11MessageCreator.setParam(java.lang.String sName, java.lang.String[] saValue)
          Sets an array parameter in the SOAP output message.
 

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

Methods in org.aselect.system.communication.server.soap12 that throw ASelectCommunicationException
 java.lang.String[] SOAP12MessageCreator.getArray(java.lang.String sName)
          Returns a array Parameter from the input message.
 java.lang.String SOAP12MessageCreator.getParam(java.lang.String sName)
          Returns a Parameter from the input message.
 boolean SOAP12MessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the SOAP12MessageCreator.
 boolean SOAP12MessageCreator.send()
          Sends the output message.
 boolean SOAP12MessageCreator.setParam(java.lang.String sName, java.lang.String sValue)
          Sets a parameter in the SOAP output message.
 boolean SOAP12MessageCreator.setParam(java.lang.String sName, java.lang.String[] saValues)
          Sets an array parameter in the SOAP output message.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.