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