Interface Transport

All Known Implementing Classes:
TransportBase

public interface Transport
Interface for a SOAP transport to be used by UDDI4J. org.uddi4j.logEnabled If set, indicates that transport should log message sent and received. These values may also be specified in a property file TBD.
Author:
David Melgar (dmelgar@us.ibm.com)
  • Method Details

    • send

      Element send(UDDIElement el, URL url) throws TransportException
      Sends a UDDIElement to URL.
      Parameters:
      el - UDDIElement to send
      url - Destination URL
      Returns:
      An element representing a XML DOM tree containing the UDDI response.
      Throws:
      TransportException - Thrown if a problem occurs during transmission
    • send

      Element send(Element el, URL url) throws TransportException
      Sends a DOM Element to URL.
      Parameters:
      el - UDDIElement to send
      url - Destination URL
      Returns:
      An element representing a XML DOM tree containing the UDDI response.
      Throws:
      TransportException - Thrown if a problem occurs during transmission