org.apache.juddi.rmi
Class UDDICustodyTransferService

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by org.apache.juddi.rmi.UDDICustodyTransferService
All Implemented Interfaces:
Serializable, Remote, org.uddi.v3_service.UDDICustodyTransferPortType

public class UDDICustodyTransferService
extends UnicastRemoteObject
implements org.uddi.v3_service.UDDICustodyTransferPortType

UDDISecurityPortType wrapper so it can be exposed as a service over RMI.

Author:
Kurt T Stam
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
protected UDDICustodyTransferService(int port)
           
 
Method Summary
 void discardTransferToken(org.uddi.custody_v3.DiscardTransferToken body)
           
 void getTransferToken(String authInfo, org.uddi.custody_v3.KeyBag keyBag, javax.xml.ws.Holder<String> nodeID, javax.xml.ws.Holder<XMLGregorianCalendar> expirationTime, javax.xml.ws.Holder<byte[]> opaqueToken)
           
 void transferEntities(org.uddi.custody_v3.TransferEntities body)
           
 
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
 

Constructor Detail

UDDICustodyTransferService

protected UDDICustodyTransferService(int port)
                              throws RemoteException
Throws:
RemoteException
Method Detail

discardTransferToken

public void discardTransferToken(org.uddi.custody_v3.DiscardTransferToken body)
                          throws org.uddi.v3_service.DispositionReportFaultMessage,
                                 RemoteException
Specified by:
discardTransferToken in interface org.uddi.v3_service.UDDICustodyTransferPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException

getTransferToken

public void getTransferToken(String authInfo,
                             org.uddi.custody_v3.KeyBag keyBag,
                             javax.xml.ws.Holder<String> nodeID,
                             javax.xml.ws.Holder<XMLGregorianCalendar> expirationTime,
                             javax.xml.ws.Holder<byte[]> opaqueToken)
                      throws org.uddi.v3_service.DispositionReportFaultMessage,
                             RemoteException
Specified by:
getTransferToken in interface org.uddi.v3_service.UDDICustodyTransferPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException

transferEntities

public void transferEntities(org.uddi.custody_v3.TransferEntities body)
                      throws org.uddi.v3_service.DispositionReportFaultMessage,
                             RemoteException
Specified by:
transferEntities in interface org.uddi.v3_service.UDDICustodyTransferPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage
RemoteException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.