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:
- Serializable, Remote, UDDISecurityPortType
public class UDDISecurityService
- extends UnicastRemoteObject
- implements UDDISecurityPortType
UDDISecurityPortType wrapper so it can be exposed as a service over RMI.
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
UDDISecurityService
protected UDDISecurityService(int port)
throws RemoteException
- Throws:
RemoteException
discardAuthToken
public void discardAuthToken(DiscardAuthToken body)
throws RemoteException
- Specified by:
discardAuthToken in interface UDDISecurityPortType
- Throws:
DispositionReportFaultMessage
RemoteException
getAuthToken
public AuthToken getAuthToken(GetAuthToken body)
throws RemoteException
- Specified by:
getAuthToken in interface UDDISecurityPortType
- Returns:
- returns org.uddi.api_v3.AuthToken
- Throws:
DispositionReportFaultMessage
RemoteException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.