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()
SavePublisher
public DeletePublisher createDeletePublisher()
DeletePublisher
public PublisherDetail createPublisherDetail()
PublisherDetail
public GetPublisherDetail createGetPublisherDetail()
GetPublisherDetail
public GetAllPublisherDetail createGetAllPublisherDetail()
GetPublisherDetail
public SyncSubscription createSyncSubscription()
GetPublisherDetail
public SyncSubscriptionDetail createSyncSubscriptionDetail()
GetPublisherDetail
public 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–2016 The Apache Software Foundation. All rights reserved.