org.apache.juddi.v3.client.transport.wrapper
Class UDDIInquiryService

java.lang.Object
  extended by org.apache.juddi.v3.client.transport.wrapper.UDDIInquiryService

public class UDDIInquiryService
extends Object

Author:
Tom Cunningham (tcunning@apache.org)

Constructor Summary
UDDIInquiryService()
           
 
Method Summary
 Node inquire(Element uddiReq)
           
 Node inquire(Element uddiReq, String nodeName, String clientName)
           
 String inquire(org.uddi.v3_service.UDDIInquiryPortType inquiry, String request)
           
 void validateRequest(String operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIInquiryService

public UDDIInquiryService()
Method Detail

validateRequest

public void validateRequest(String operation)
                     throws UnsupportedOperationException
Throws:
UnsupportedOperationException

inquire

public Node inquire(Element uddiReq)
             throws Exception
Throws:
Exception

inquire

public Node inquire(Element uddiReq,
                    String nodeName,
                    String clientName)
             throws Exception
Throws:
Exception

inquire

public String inquire(org.uddi.v3_service.UDDIInquiryPortType inquiry,
                      String request)
               throws Exception
Throws:
Exception


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.