org.jboss.jaxr.juddi.axis
Class JBossJuddiAxisTransport

java.lang.Object
  extended byorg.jboss.jaxr.juddi.axis.JBossJuddiAxisTransport

public class JBossJuddiAxisTransport
extends java.lang.Object

Overrides the AxisTransport class used by jUDDI

Since:
Nov 20, 2004

Constructor Summary
JBossJuddiAxisTransport()
           
 
Method Summary
 org.w3c.dom.Element send(org.w3c.dom.Element request, java.net.URL endpointURL)
           
 org.w3c.dom.Element send(org.w3c.dom.Element request, java.net.URL endpointURL, boolean proxySet, java.lang.String proxyHost, int proxyPort)
           
 java.lang.String send(java.lang.String request, java.net.URL endpointURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossJuddiAxisTransport

public JBossJuddiAxisTransport()
Method Detail

send

public org.w3c.dom.Element send(org.w3c.dom.Element request,
                                java.net.URL endpointURL)
                         throws RegistryException
Throws:
RegistryException

send

public org.w3c.dom.Element send(org.w3c.dom.Element request,
                                java.net.URL endpointURL,
                                boolean proxySet,
                                java.lang.String proxyHost,
                                int proxyPort)
                         throws RegistryException
Throws:
RegistryException

send

public java.lang.String send(java.lang.String request,
                             java.net.URL endpointURL)
                      throws RegistryException
Throws:
RegistryException