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. This object was copied from the UDDI generated package and hand-edited to fit the juddi specific Publisher structures.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.juddi.api_v3
|
public ObjectFactory()
public SavePublisher createSavePublisher()
SavePublisherpublic DeletePublisher createDeletePublisher()
DeletePublisherpublic PublisherDetail createPublisherDetail()
PublisherDetailpublic GetPublisherDetail createGetPublisherDetail()
GetPublisherDetailpublic GetAllPublisherDetail createGetAllPublisherDetail()
GetPublisherDetailpublic SyncSubscription createSyncSubscription()
GetPublisherDetailpublic SyncSubscriptionDetail createSyncSubscriptionDetail()
GetPublisherDetailpublic javax.xml.bind.JAXBElement<SavePublisher> createSavePublisher(SavePublisher value)
public javax.xml.bind.JAXBElement<DeletePublisher> createDeletePublisher(DeletePublisher value)
public javax.xml.bind.JAXBElement<Publisher> createPublisher(Publisher value)
public javax.xml.bind.JAXBElement<PublisherDetail> createPublisherDetail(PublisherDetail value)
public javax.xml.bind.JAXBElement<GetPublisherDetail> createGetPublisherDetail(GetPublisherDetail value)
public javax.xml.bind.JAXBElement<GetAllPublisherDetail> createGetAllPublisherDetail(GetAllPublisherDetail value)
public javax.xml.bind.JAXBElement<SyncSubscription> createSyncSubscription(SyncSubscription value)
public javax.xml.bind.JAXBElement<SyncSubscriptionDetail> createGetAllPublisherDetail(SyncSubscriptionDetail value)
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.