org.uddi4j.transport
Class ApacheSOAPTransport

java.lang.Object
  extended byorg.uddi4j.transport.TransportBase
      extended byorg.uddi4j.transport.ApacheSOAPTransport
All Implemented Interfaces:
Transport

public class ApacheSOAPTransport
extends TransportBase

Transport implementation for Apache SOAP stack.

Author:
David Melgar (dmelgar@us.ibm.com), Ozzy (ozzy@hursley.ibm.com)

Constructor Summary
ApacheSOAPTransport()
          Default constructor
 
Method Summary
 org.w3c.dom.Element send(org.w3c.dom.Element el, java.net.URL url)
          Sends a Element to URL.
 
Methods inherited from class org.uddi4j.transport.TransportBase
logEnabled, send
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheSOAPTransport

public ApacheSOAPTransport()
                    throws TransportException
Default constructor

Method Detail

send

public org.w3c.dom.Element send(org.w3c.dom.Element el,
                                java.net.URL url)
                         throws TransportException
Sends a Element to URL.

Parameters:
el - Element 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


Copyright © 2001 International Business Machines Corporation, Hewlett-Packard Company. All Rights Reserved.