|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
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. |
Method Detail |
public org.w3c.dom.Element send(UDDIElement el, java.net.URL url) throws TransportException
el
- UDDIElement to sendurl
- Destination URL
TransportException
- Thrown if a problem occurs during transmissionpublic org.w3c.dom.Element send(org.w3c.dom.Element el, java.net.URL url) throws TransportException
el
- UDDIElement to sendurl
- Destination URL
TransportException
- Thrown if a problem occurs during transmission
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |