org.jboss.jaxr.juddi.axis
Class JBossJuddiAxisTransport

java.lang.Object
  extended by org.jboss.jaxr.juddi.axis.JBossJuddiAxisTransport
All Implemented Interfaces:
org.apache.juddi.proxy.Transport

public class JBossJuddiAxisTransport
extends Object
implements org.apache.juddi.proxy.Transport

Overrides the AxisTransport class used by jUDDI

Since:
Nov 20, 2004
Author:
Anil Saldhana

Constructor Summary
JBossJuddiAxisTransport()
           
 
Method Summary
 Element send(Element request, URL endpointURL)
           
 Element send(Element request, URL endpointURL, boolean proxySet, String proxyHost, int proxyPort)
           
 String send(String request, 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 Element send(Element request,
                    URL endpointURL)
             throws org.apache.juddi.error.RegistryException
Specified by:
send in interface org.apache.juddi.proxy.Transport
Throws:
org.apache.juddi.error.RegistryException

send

public Element send(Element request,
                    URL endpointURL,
                    boolean proxySet,
                    String proxyHost,
                    int proxyPort)
             throws org.apache.juddi.error.RegistryException
Throws:
org.apache.juddi.error.RegistryException

send

public String send(String request,
                   URL endpointURL)
            throws org.apache.juddi.error.RegistryException
Specified by:
send in interface org.apache.juddi.proxy.Transport
Throws:
org.apache.juddi.error.RegistryException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.