org.apache.juddi.rmi
Class UDDISecurityService
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
Fields inherited from class java.rmi.server.RemoteObject |
ref |
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 |
UDDISecurityService
protected UDDISecurityService()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
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-2009. All Rights Reserved.