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 JAXBElement<SavePublisher> createSavePublisher(SavePublisher value)
public JAXBElement<DeletePublisher> createDeletePublisher(DeletePublisher value)
public JAXBElement<Publisher> createPublisher(Publisher value)
public JAXBElement<PublisherDetail> createPublisherDetail(PublisherDetail value)
public JAXBElement<GetPublisherDetail> createGetPublisherDetail(GetPublisherDetail value)
public JAXBElement<GetAllPublisherDetail> createGetAllPublisherDetail(GetAllPublisherDetail value)
public JAXBElement<SyncSubscription> createSyncSubscription(SyncSubscription value)
public JAXBElement<SyncSubscriptionDetail> createGetAllPublisherDetail(SyncSubscriptionDetail value)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.