org.jboss.jaxr.juddi.transport
Class WS4EESaajTransport

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

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

Transport based on SAAJ Used for the Axis based stack

Author:
Anil Saldhana (anil@apache.org)

Constructor Summary
WS4EESaajTransport()
           
 
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

WS4EESaajTransport

public WS4EESaajTransport()
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.