org.uddi.v3_service
Interface UDDIReplicationPortType

All Superinterfaces:
java.rmi.Remote

public interface UDDIReplicationPortType
extends java.rmi.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
 java.lang.String doPing(DoPing body)
           
 java.util.List<ChangeRecord> getChangeRecords(java.lang.String requestingNode, HighWaterMarkVectorType changesAlreadySeen, java.math.BigInteger responseLimitCount, HighWaterMarkVectorType responseLimitVector)
           
 java.util.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")
java.util.List<ChangeRecord> getChangeRecords(java.lang.String requestingNode,
                                                                             HighWaterMarkVectorType changesAlreadySeen,
                                                                             java.math.BigInteger responseLimitCount,
                                                                             HighWaterMarkVectorType responseLimitVector)
                                              throws DispositionReportFaultMessage,
                                                     java.rmi.RemoteException
Parameters:
responseLimitVector -
requestingNode -
changesAlreadySeen -
responseLimitCount -
Returns:
returns java.util.List
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
java.rmi.RemoteException

notifyChangeRecordsAvailable

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

doPing

java.lang.String doPing(DoPing body)
                        throws DispositionReportFaultMessage,
                               java.rmi.RemoteException
Parameters:
body -
Returns:
returns java.lang.String
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
java.rmi.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")
java.util.List<ChangeRecordIDType> getHighWaterMarks()
                                                     throws DispositionReportFaultMessage,
                                                            java.rmi.RemoteException
Returns:
returns java.util.List
Throws:
DispositionReportFaultMessage, - RemoteException
DispositionReportFaultMessage
java.rmi.RemoteException

transferCustody

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


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