org.apache.juddi.api_v3
Class ObjectFactory

java.lang.Object
  extended by org.apache.juddi.api_v3.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface.

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.

Author:
Jeff Faath

Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.juddi.api_v3
 
Method Summary
 DeletePublisher createDeletePublisher()
          Create an instance of DeletePublisher
 javax.xml.bind.JAXBElement<DeletePublisher> createDeletePublisher(DeletePublisher value)
          Create an instance of JAXBElement<DeletePublisher>}
 GetAllPublisherDetail createGetAllPublisherDetail()
          Create an instance of GetPublisherDetail
 javax.xml.bind.JAXBElement<GetAllPublisherDetail> createGetAllPublisherDetail(GetAllPublisherDetail value)
          Create an instance of JAXBElement<GetAllPublisherDetail>}
 javax.xml.bind.JAXBElement<SyncSubscriptionDetail> createGetAllPublisherDetail(SyncSubscriptionDetail value)
          Create an instance of JAXBElement<SyncSubscriptionDetail>}
 GetPublisherDetail createGetPublisherDetail()
          Create an instance of GetPublisherDetail
 javax.xml.bind.JAXBElement<GetPublisherDetail> createGetPublisherDetail(GetPublisherDetail value)
          Create an instance of JAXBElement<GetPublisherDetail>}
 Publisher createPublisher()
          Create an instance of Publisher
 javax.xml.bind.JAXBElement<Publisher> createPublisher(Publisher value)
          Create an instance of JAXBElement<Publisher>}
 PublisherDetail createPublisherDetail()
          Create an instance of PublisherDetail
 javax.xml.bind.JAXBElement<PublisherDetail> createPublisherDetail(PublisherDetail value)
          Create an instance of JAXBElement<PublisherDetail>}
 SavePublisher createSavePublisher()
          Create an instance of SavePublisher
 javax.xml.bind.JAXBElement<SavePublisher> createSavePublisher(SavePublisher value)
          Create an instance of JAXBElement<SavePublisher>}
 SyncSubscription createSyncSubscription()
          Create an instance of GetPublisherDetail
 javax.xml.bind.JAXBElement<SyncSubscription> createSyncSubscription(SyncSubscription value)
          Create an instance of JAXBElement<SyncSubscription>}
 SyncSubscriptionDetail createSyncSubscriptionDetail()
          Create an instance of GetPublisherDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.juddi.api_v3

Method Detail

createSavePublisher

public SavePublisher createSavePublisher()
Create an instance of SavePublisher


createDeletePublisher

public DeletePublisher createDeletePublisher()
Create an instance of DeletePublisher


createPublisher

public Publisher createPublisher()
Create an instance of Publisher


createPublisherDetail

public PublisherDetail createPublisherDetail()
Create an instance of PublisherDetail


createGetPublisherDetail

public GetPublisherDetail createGetPublisherDetail()
Create an instance of GetPublisherDetail


createGetAllPublisherDetail

public GetAllPublisherDetail createGetAllPublisherDetail()
Create an instance of GetPublisherDetail


createSyncSubscription

public SyncSubscription createSyncSubscription()
Create an instance of GetPublisherDetail


createSyncSubscriptionDetail

public SyncSubscriptionDetail createSyncSubscriptionDetail()
Create an instance of GetPublisherDetail


createSavePublisher

public javax.xml.bind.JAXBElement<SavePublisher> createSavePublisher(SavePublisher value)
Create an instance of JAXBElement<SavePublisher>}


createDeletePublisher

public javax.xml.bind.JAXBElement<DeletePublisher> createDeletePublisher(DeletePublisher value)
Create an instance of JAXBElement<DeletePublisher>}


createPublisher

public javax.xml.bind.JAXBElement<Publisher> createPublisher(Publisher value)
Create an instance of JAXBElement<Publisher>}


createPublisherDetail

public javax.xml.bind.JAXBElement<PublisherDetail> createPublisherDetail(PublisherDetail value)
Create an instance of JAXBElement<PublisherDetail>}


createGetPublisherDetail

public javax.xml.bind.JAXBElement<GetPublisherDetail> createGetPublisherDetail(GetPublisherDetail value)
Create an instance of JAXBElement<GetPublisherDetail>}


createGetAllPublisherDetail

public javax.xml.bind.JAXBElement<GetAllPublisherDetail> createGetAllPublisherDetail(GetAllPublisherDetail value)
Create an instance of JAXBElement<GetAllPublisherDetail>}


createSyncSubscription

public javax.xml.bind.JAXBElement<SyncSubscription> createSyncSubscription(SyncSubscription value)
Create an instance of JAXBElement<SyncSubscription>}


createGetAllPublisherDetail

public javax.xml.bind.JAXBElement<SyncSubscriptionDetail> createGetAllPublisherDetail(SyncSubscriptionDetail value)
Create an instance of JAXBElement<SyncSubscriptionDetail>}



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.