Uses of Interface
com.cyclonecommerce.cybervan.api.IntegrationDocument

Uses of IntegrationDocument in com.cyclonecommerce.cybervan.api
 

Classes in com.cyclonecommerce.cybervan.api that implement IntegrationDocument
 class DefaultDocument
          Provides a means for an Interchange Server to instantiate an IntegrationDocument.
 

Methods in com.cyclonecommerce.cybervan.api that return IntegrationDocument
 IntegrationDocument InterchangeEventDescription.getDocument()
          Get the document associated with the event.
 IntegrationDocument DocumentArrivalEvent.getDocument()
          Returns the arriving document
 

Methods in com.cyclonecommerce.cybervan.api with parameters of type IntegrationDocument
 java.lang.String RemoteInterchangeServer.sendDocument(IntegrationDocument document)
          Send the document to the indicated recipient via the Interchange Server engine.The document contents will be backed up before Interchange packages and sends the document.
 java.lang.String RemoteInterchangeServer.sendDocument(IntegrationDocument document, boolean backup)
          Send the document to the indicated recipient via the Interchange Server engine
 java.lang.String RemoteInterchangeServer.sendDocument(IntegrationDocument document, boolean backup, boolean synchronousSend)
          Send the document to the indicated recipient via the Interchange Server engine
 void InterchangeEventDescription.setDocument(IntegrationDocument document)
          Sets the document associated with the event Intended for Interchange Server use only.
 

Constructors in com.cyclonecommerce.cybervan.api with parameters of type IntegrationDocument
InterchangeEventDescription(com.cyclonecommerce.cybervan.controller.Company oCompany, com.cyclonecommerce.cybervan.controller.Partner oPartner, java.lang.String sSource, java.lang.String sClass, java.lang.String sMethod, int nLevelType, java.lang.String sMessage1, java.lang.String sMessage2, java.lang.String sRemedy, java.util.Date oDate, IntegrationDocument oDocument, java.lang.Throwable tCause, int sEventCode)
          Parm Constructor Internal server use only
InterchangeURL(java.lang.String host, java.lang.String port, IntegrationDocument document, boolean backup, boolean useHttps, boolean synchronousSend)
          Constructor InterchangeURL - Construct a URL to use when posting a document to the Interchange API HTTP Server.
InterchangeURL(java.lang.String host, java.lang.String port, IntegrationDocument document, boolean backup, boolean useHttps)
          Constructor InterchangeURL - Construct a URL to use when posting a document to the Interchange API HTTP Server.
InterchangeURL(java.lang.String host, java.lang.String port, IntegrationDocument document, boolean backup)
          Constructor InterchangeURL - Construct a URL to use when posting a document to the Interchange API HTTP Server.
InterchangeURL(java.lang.String host, java.lang.String port, IntegrationDocument document)
          Constructor InterchangeURL - Construct a URL to use when posting a document to the Interchange API HTTP Server.