org.apache.juddi.rmi
Class UDDICustodyTransferService
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.apache.juddi.rmi.UDDICustodyTransferService
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, UDDICustodyTransferPortType
public class UDDICustodyTransferService
- extends java.rmi.server.UnicastRemoteObject
- implements UDDICustodyTransferPortType
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 |
UDDICustodyTransferService
protected UDDICustodyTransferService(int port)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
discardTransferToken
public void discardTransferToken(DiscardTransferToken body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
discardTransferToken
in interface UDDICustodyTransferPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
getTransferToken
public void getTransferToken(java.lang.String authInfo,
KeyBag keyBag,
javax.xml.ws.Holder<java.lang.String> nodeID,
javax.xml.ws.Holder<javax.xml.datatype.XMLGregorianCalendar> expirationTime,
javax.xml.ws.Holder<byte[]> opaqueToken)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
getTransferToken
in interface UDDICustodyTransferPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
transferEntities
public void transferEntities(TransferEntities body)
throws DispositionReportFaultMessage,
java.rmi.RemoteException
- Specified by:
transferEntities
in interface UDDICustodyTransferPortType
- Throws:
DispositionReportFaultMessage
java.rmi.RemoteException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.