org.apache.juddi.rmi
Class UDDISecurityService

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.apache.juddi.rmi.UDDISecurityService
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, UDDISecurityPortType

public class UDDISecurityService
extends java.rmi.server.UnicastRemoteObject
implements UDDISecurityPortType

UDDISecurityPortType wrapper so it can be exposed as a service over RMI.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected UDDISecurityService(int port)
           
 
Method Summary
 void discardAuthToken(DiscardAuthToken body)
           
 AuthToken getAuthToken(GetAuthToken body)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UDDISecurityService

protected UDDISecurityService(int port)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
Method Detail

discardAuthToken

public void discardAuthToken(DiscardAuthToken body)
                      throws java.rmi.RemoteException
Specified by:
discardAuthToken in interface UDDISecurityPortType
Throws:
java.rmi.RemoteException

getAuthToken

public AuthToken getAuthToken(GetAuthToken body)
                       throws java.rmi.RemoteException
Specified by:
getAuthToken in interface UDDISecurityPortType
Throws:
java.rmi.RemoteException


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