Uses of Class
com.cyclonecommerce.cybervan.api.InterchangeURL

Uses of InterchangeURL in com.cyclonecommerce.cybervan.api
 

Methods in com.cyclonecommerce.cybervan.api that return InterchangeURL
 InterchangeURL DefaultDocument.getInterchangeURL()
          HTTP URL to use to retrieve the raw document content.
 InterchangeURL DefaultDocument.getInterchangeHttpsURL()
          HTTPS URL to use to retrieve the raw document content.
 InterchangeURL IntegrationDocument.getInterchangeURL()
          HTTP URL to use to retrieve the raw document content.
 InterchangeURL IntegrationDocument.getInterchangeHttpsURL()
          HTTPS URL to use to retrieve the raw document content.
 

Methods in com.cyclonecommerce.cybervan.api with parameters of type InterchangeURL
 void DefaultDocument.setInterchangeURL(InterchangeURL url)
          Internal server use only
 void DefaultDocument.setInterchangeHttpsURL(InterchangeURL url)
          setInterchangeHttpsURL - Sets URL to use when communicating with Interchange.
 void IntegrationDocument.setInterchangeURL(InterchangeURL url)
          setInterchangeURL - Sets URL to use when communicating with Interchange.
 void IntegrationDocument.setInterchangeHttpsURL(InterchangeURL url)
          setInterchangeHttpsURL - Sets URL to use when communicating with Interchange.