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:
- Serializable, Remote, UDDICustodyTransferPortType
public class UDDICustodyTransferService
- extends UnicastRemoteObject
- implements UDDICustodyTransferPortType
UDDISecurityPortType wrapper so it can be exposed as a service over RMI.
- Author:
- Kurt T Stam
- See Also:
- Serialized Form
UDDICustodyTransferService
protected UDDICustodyTransferService(int port)
throws RemoteException
- Throws:
RemoteException
discardTransferToken
public void discardTransferToken(DiscardTransferToken body)
throws DispositionReportFaultMessage,
RemoteException
- Specified by:
discardTransferToken in interface UDDICustodyTransferPortType
- Throws:
DispositionReportFaultMessage
RemoteException
getTransferToken
public void getTransferToken(String authInfo,
KeyBag keyBag,
javax.xml.ws.Holder<String> nodeID,
javax.xml.ws.Holder<XMLGregorianCalendar> expirationTime,
javax.xml.ws.Holder<byte[]> opaqueToken)
throws DispositionReportFaultMessage,
RemoteException
- Specified by:
getTransferToken in interface UDDICustodyTransferPortType
- Throws:
DispositionReportFaultMessage
RemoteException
transferEntities
public void transferEntities(TransferEntities body)
throws DispositionReportFaultMessage,
RemoteException
- Specified by:
transferEntities in interface UDDICustodyTransferPortType
- Throws:
DispositionReportFaultMessage
RemoteException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.