Uses of Interface
ca.infoway.messagebuilder.transport.TransportLayer

Packages that use TransportLayer
ca.infoway.messagebuilder.simple.xml.servlet   
ca.infoway.messagebuilder.transport   
ca.infoway.messagebuilder.transport.mohawk   
ca.infoway.messagebuilder.transport.rest   
 

Uses of TransportLayer in ca.infoway.messagebuilder.simple.xml.servlet
 

Constructors in ca.infoway.messagebuilder.simple.xml.servlet with parameters of type TransportLayer
SimpleXmlProcessingServlet(SimpleXmlProcessor requestProcessor, SimpleXmlProcessor responseProcessor, TransportLayer transportLayer)
           
SimpleXmlProcessingServlet(VersionNumber versionNumber, TransportLayer transportLayer)
           
 

Uses of TransportLayer in ca.infoway.messagebuilder.transport
 

Subinterfaces of TransportLayer in ca.infoway.messagebuilder.transport
 interface AsynchronousTransportLayer
          An asynchronous transport mechanism for sending requests (as requestMessages) and receiving responses (as strings).
 

Classes in ca.infoway.messagebuilder.transport that implement TransportLayer
 class SystemOutTransportLayer
          A null implementation of a transport layer which doesn't send or receive a message.
 

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

Classes in ca.infoway.messagebuilder.transport.mohawk that implement TransportLayer
 class MohawkTransportLayer
          Implementation of a transport layer for sending messages to Mohawk HIAL via SOAP.
 

Uses of TransportLayer in ca.infoway.messagebuilder.transport.rest
 

Classes in ca.infoway.messagebuilder.transport.rest that implement TransportLayer
 class RestTransportLayer
          Implementation of a transport layer for REST (Representational State Transfer).
 



Copyright © 2013. All Rights Reserved.