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

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

public class UDDIPublicationService
extends Object

Author:
Tom Cunningham (tcunning@apache.org)

Constructor Summary
UDDIPublicationService()
           
 
Method Summary
 Node publish(Element uddiReq)
           
 Node publish(Element uddiReq, String nodeName, String clientName)
           
 void validateRequest(String operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDDIPublicationService

public UDDIPublicationService()
Method Detail

validateRequest

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

publish

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

publish

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


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