public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.uddi.repl_v3
|
public ObjectFactory()
public CommunicationGraph createCommunicationGraph()
CommunicationGraph
public ReplicationConfiguration createReplicationConfiguration()
ReplicationConfiguration
public ChangeRecordNewData createChangeRecordNewData()
ChangeRecordNewData
public ChangeRecords createChangeRecords()
ChangeRecords
public ChangeRecord createChangeRecord()
ChangeRecord
public ChangeRecordIDType createChangeRecordIDType()
ChangeRecordIDType
public ChangeRecordDelete createChangeRecordDelete()
ChangeRecordDelete
public ChangeRecordPublisherAssertion createChangeRecordPublisherAssertion()
ChangeRecordPublisherAssertion
public FromSignatures createFromSignatures()
FromSignatures
public ToSignatures createToSignatures()
ToSignatures
public ChangeRecordHide createChangeRecordHide()
ChangeRecordHide
public ChangeRecordDeleteAssertion createChangeRecordDeleteAssertion()
ChangeRecordDeleteAssertion
public ChangeRecordAcknowledgement createChangeRecordAcknowledgement()
ChangeRecordAcknowledgement
public ChangeRecordCorrection createChangeRecordCorrection()
ChangeRecordCorrection
public ChangeRecordNewDataConditional createChangeRecordNewDataConditional()
ChangeRecordNewDataConditional
public ChangeRecordConditionFailed createChangeRecordConditionFailed()
ChangeRecordConditionFailed
public HighWaterMarkVectorType createHighWaterMarkVectorType()
HighWaterMarkVectorType
public GetChangeRecords createGetChangeRecords()
GetChangeRecords
public CommunicationGraph.Edge createCommunicationGraphEdge()
CommunicationGraph.Edge
public ReplicationConfiguration.RegistryContact createReplicationConfigurationRegistryContact()
ReplicationConfiguration.RegistryContact
public GetHighWaterMarks createGetHighWaterMarks()
GetHighWaterMarks
public TransferCustody createTransferCustody()
TransferCustody
public NotifyChangeRecordsAvailable createNotifyChangeRecordsAvailable()
NotifyChangeRecordsAvailable
public JAXBElement<HighWaterMarkVectorType> createHighWaterMarks(HighWaterMarkVectorType value)
public JAXBElement<Object> createChangeRecordNull(Object value)
public JAXBElement<TransferCustody> createTransferCustody(TransferCustody value)
public JAXBElement<String> createOperatorNodeID(String value)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.