org.apache.juddi.api.impl
Class UDDICustodyTransferImpl

java.lang.Object
  extended by org.apache.juddi.api.impl.AuthenticatedService
      extended by org.apache.juddi.api.impl.UDDICustodyTransferImpl
All Implemented Interfaces:
Remote, org.uddi.v3_service.UDDICustodyTransferPortType

public class UDDICustodyTransferImpl
extends AuthenticatedService
implements org.uddi.v3_service.UDDICustodyTransferPortType


Field Summary
static int DEFAULT_TRANSFEREXPIRATION_DAYS
           
static String TRANSFER_TOKEN_PREFIX
           
 
Fields inherited from class org.apache.juddi.api.impl.AuthenticatedService
AUTHTOKEN_ACTIVE, AUTHTOKEN_RETIRED
 
Constructor Summary
UDDICustodyTransferImpl()
           
 
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 org.apache.juddi.api.impl.AuthenticatedService
getEntityPublisher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSFER_TOKEN_PREFIX

public static final String TRANSFER_TOKEN_PREFIX
See Also:
Constant Field Values

DEFAULT_TRANSFEREXPIRATION_DAYS

public static final int DEFAULT_TRANSFEREXPIRATION_DAYS
See Also:
Constant Field Values
Constructor Detail

UDDICustodyTransferImpl

public UDDICustodyTransferImpl()
Method Detail

discardTransferToken

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

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
Specified by:
getTransferToken in interface org.uddi.v3_service.UDDICustodyTransferPortType
Throws:
org.uddi.v3_service.DispositionReportFaultMessage

transferEntities

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


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