org.jboss.jaxr.juddi.transport
Class SaajTransport

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

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

Transport based on SAAJ

Author:
Anil Saldhana (anil@apache.org)

Constructor Summary
SaajTransport()
           
 
Method Summary
static Element getElement(String xmlFrag)
           
 Element getFirstChildElement(Element el)
           
 Element getFirstChildElement(Element el, String tagName)
          Return the first child element for a givenname
 Element send(Element request, URL endpointURL)
           
 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

SaajTransport

public SaajTransport()
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 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

getElement

public static Element getElement(String xmlFrag)

getFirstChildElement

public Element getFirstChildElement(Element el)

getFirstChildElement

public Element getFirstChildElement(Element el,
                                    String tagName)
Return the first child element for a givenname



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