|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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()
Returns 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. |
| Constructors in com.cyclonecommerce.cybervan.api with parameters of type IntegrationDocument | |
InterchangeURL.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.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.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.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. |
|
InterchangeEventDescription.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 |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||