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 IntegrationDocument.getInterchangeURL()
          getInterchangeURL For use by remote clients only
 InterchangeURL IntegrationDocument.getInterchangeHttpsURL()
          getInterchangeHttpsURL For use by remote clients only
 InterchangeURL DefaultDocument.getInterchangeURL()
          Method getInterchangeURL
 InterchangeURL DefaultDocument.getInterchangeHttpsURL()
          getInterchangeHttpsURL For use by remote clients only
 

Methods in com.cyclonecommerce.cybervan.api with parameters of type InterchangeURL
 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.
 void DefaultDocument.setInterchangeURL(InterchangeURL url)
          Method setInterchangeURL
 void DefaultDocument.setInterchangeHttpsURL(InterchangeURL url)
          setInterchangeHttpsURL - Sets URL to use when communicating with Interchange.