public interface Transport
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
send(org.w3c.dom.Element el,
java.net.URL url)
Sends a DOM Element to URL.
|
org.w3c.dom.Element |
send(UDDIElement el,
java.net.URL url)
Sends a UDDIElement to URL.
|
org.w3c.dom.Element send(UDDIElement el, java.net.URL url) throws TransportException
el
- UDDIElement to sendurl
- Destination URLTransportException
- Thrown if a problem occurs during transmissionorg.w3c.dom.Element send(org.w3c.dom.Element el, java.net.URL url) throws TransportException
el
- UDDIElement to sendurl
- Destination URLTransportException
- Thrown if a problem occurs during transmissionCopyright ? 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.