|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.uddi4j.transport.TransportBase
org.uddi4j.transport.ApacheAxisTransport
Transport implementation for Apache AXIS SOAP stack.
Note: Axis does not support proxies on a per connection basis
Axis uses the JVM property support.
Constructor Summary | |
---|---|
ApacheAxisTransport()
Deprecated. |
Method Summary | |
---|---|
org.w3c.dom.Element |
send(org.w3c.dom.Element el,
java.net.URL url)
Deprecated. Sends a UDDIElement to URL. |
org.w3c.dom.Element |
stringToElement(java.lang.String s)
Deprecated. |
Methods inherited from class org.uddi4j.transport.TransportBase |
---|
logEnabled, send |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApacheAxisTransport()
Method Detail |
public 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 transmissionpublic org.w3c.dom.Element stringToElement(java.lang.String s) throws javax.xml.parsers.ParserConfigurationException, java.io.IOException, org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |