org.uddi.v3_service
Interface UDDIReplicationPortType

All Superinterfaces:
Remote
All Known Implementing Classes:
UDDIReplicationImpl

public interface UDDIReplicationPortType
extends Remote

This portType defines all of the UDDI replication operations. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.5-b03- Generated source version: 2.1


Method Summary
 String doPing(DoPing body)
           
 List<ChangeRecord> getChangeRecords(String requestingNode, HighWaterMarkVectorType changesAlreadySeen, BigInteger responseLimitCount, HighWaterMarkVectorType responseLimitVector)
           
 List<ChangeRecordIDType> getHighWaterMarks()
           
 void notifyChangeRecordsAvailable(NotifyChangeRecordsAvailable body)
           
 void transferCustody(TransferCustody body)
           
 

Method Detail

getChangeRecords

@RequestWrapper(localName="get_changeRecords",
                targetNamespace="urn:uddi-org:repl_v3",
                className="org.uddi.repl_v3.GetChangeRecords")
@ResponseWrapper(localName="changeRecords",
                 targetNamespace="urn:uddi-org:repl_v3",
                 className="org.uddi.repl_v3.ChangeRecords")
List<ChangeRecord> getChangeRecords(String requestingNode,
                                                                   HighWaterMarkVectorType changesAlreadySeen,
                                                                   BigInteger responseLimitCount,
                                                                   HighWaterMarkVectorType responseLimitVector)
                                    throws DispositionReportFaultMessage,
                                           RemoteException
Parameters:
responseLimitVector -
requestingNode -
changesAlreadySeen -
responseLimitCount -
Returns:
returns java.util.List
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

notifyChangeRecordsAvailable

void notifyChangeRecordsAvailable(NotifyChangeRecordsAvailable body)
                                  throws DispositionReportFaultMessage,
                                         RemoteException
Parameters:
body -
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

doPing

String doPing(DoPing body)
              throws DispositionReportFaultMessage,
                     RemoteException
Parameters:
body -
Returns:
returns java.lang.String
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

getHighWaterMarks

@RequestWrapper(localName="get_highWaterMarks",
                targetNamespace="urn:uddi-org:repl_v3",
                className="org.uddi.repl_v3.GetHighWaterMarks")
@ResponseWrapper(localName="highWaterMarks",
                 targetNamespace="urn:uddi-org:repl_v3",
                 className="org.uddi.repl_v3.HighWaterMarkVectorType")
List<ChangeRecordIDType> getHighWaterMarks()
                                           throws DispositionReportFaultMessage,
                                                  RemoteException
Returns:
returns java.util.List
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException

transferCustody

void transferCustody(TransferCustody body)
                     throws DispositionReportFaultMessage,
                            RemoteException
Parameters:
body -
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
RemoteException


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