org.apache.juddi.api.impl
Class UDDIReplicationImpl
java.lang.Object
org.apache.juddi.api.impl.AuthenticatedService
org.apache.juddi.api.impl.UDDIReplicationImpl
- All Implemented Interfaces:
- Remote, UDDIReplicationPortType
public class UDDIReplicationImpl
- extends AuthenticatedService
- implements UDDIReplicationPortType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDDIReplicationImpl
public UDDIReplicationImpl()
doPing
public String doPing(DoPing body)
throws DispositionReportFaultMessage
- Specified by:
doPing in interface UDDIReplicationPortType
- Returns:
- returns java.lang.String
- Throws:
DispositionReportFaultMessage
getChangeRecords
public List<ChangeRecord> getChangeRecords(String requestingNode,
HighWaterMarkVectorType changesAlreadySeen,
BigInteger responseLimitCount,
HighWaterMarkVectorType responseLimitVector)
throws DispositionReportFaultMessage
- Specified by:
getChangeRecords in interface UDDIReplicationPortType
- Returns:
- returns java.util.List
- Throws:
DispositionReportFaultMessage
getHighWaterMarks
public List<ChangeRecordIDType> getHighWaterMarks()
throws DispositionReportFaultMessage
- Specified by:
getHighWaterMarks in interface UDDIReplicationPortType
- Returns:
- returns java.util.List
- Throws:
DispositionReportFaultMessage
notifyChangeRecordsAvailable
public void notifyChangeRecordsAvailable(NotifyChangeRecordsAvailable body)
throws DispositionReportFaultMessage
- Specified by:
notifyChangeRecordsAvailable in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
transferCustody
public void transferCustody(TransferCustody body)
throws DispositionReportFaultMessage
- Specified by:
transferCustody in interface UDDIReplicationPortType
- Throws:
DispositionReportFaultMessage
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.