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

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

public class UDDISecurityService
extends Object

Author:
Tom Cunningham (tcunning@apache.org), Kurt Stam (kurt.stam@redhat.com)

Constructor Summary
UDDISecurityService()
           
 
Method Summary
 Node secure(Element uddiReq)
           
 Node secure(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

UDDISecurityService

public UDDISecurityService()
Method Detail

validateRequest

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

secure

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

secure

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


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