Uses of Class
ca.infoway.messagebuilder.transport.TransportLayerException

Packages that use TransportLayerException
ca.infoway.messagebuilder.transport   
ca.infoway.messagebuilder.transport.mohawk   
ca.infoway.messagebuilder.transport.mohawk.sample   
 

Uses of TransportLayerException in ca.infoway.messagebuilder.transport
 

Subclasses of TransportLayerException in ca.infoway.messagebuilder.transport
 class HttpTransportLayerException
          An exception for http problems encountered within the transport layers.
 

Methods in ca.infoway.messagebuilder.transport that throw TransportLayerException
static RequestMessage SimpleRequestMessage.create(Document message)
          Create a message object based on a Document.
static RequestMessage SimpleRequestMessage.create(Document messageAsDocument, String messageAsString)
          Create a message object based on a Document and string representation.
static RequestMessage SimpleRequestMessage.create(String message)
          Create a message object based on a string.
 String SimpleRequestMessage.getInteractionId()
          Obtains the message's interaction id.
 String RequestMessage.getInteractionId()
          Obtains the message's interaction id.
 Document SimpleRequestMessage.getMessageAsDocument()
          Obtains the message as a DOM, converting the underlying structure if necessary (i.e.
 Document RequestMessage.getMessageAsDocument()
          Obtains the message as a DOM, converting the underlying structure if necessary (i.e.
 String SimpleRequestMessage.getMessageAsString()
          Obtains the message as a string, converting the underlying structure if necessary (i.e.
 String RequestMessage.getMessageAsString()
          Obtains the message as a string, converting the underlying structure if necessary (i.e.
 String TransportLayer.sendRequestAndGetResponse(CredentialsProvider credentialsProvider, RequestMessage requestMessage)
          Sends a RequestMessage using the provided credentials and returns a response message as a string.
 

Uses of TransportLayerException in ca.infoway.messagebuilder.transport.mohawk
 

Methods in ca.infoway.messagebuilder.transport.mohawk that throw TransportLayerException
 String MohawkTransportLayer.sendRequestAndGetResponse(CredentialsProvider credentialsProvider, RequestMessage requestMessage)
          Sends a request message synchronously and returns a response message as a string.
 

Uses of TransportLayerException in ca.infoway.messagebuilder.transport.mohawk.sample
 

Methods in ca.infoway.messagebuilder.transport.mohawk.sample that throw TransportLayerException
static void MohawkSender.main(String[] args)
          Sends a sample message to the Mohawk HIAL using the MohawkTransportLayer.
 



Copyright © 2013. All Rights Reserved.