|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.juddi.api_v3.ObjectFactory
public class ObjectFactory
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.
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public SavePublisher createSavePublisher()
SavePublisher
public DeletePublisher createDeletePublisher()
DeletePublisher
public Publisher createPublisher()
Publisher
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)
JAXBElement
<
SavePublisher
>
}
public javax.xml.bind.JAXBElement<DeletePublisher> createDeletePublisher(DeletePublisher value)
JAXBElement
<
DeletePublisher
>
}
public javax.xml.bind.JAXBElement<Publisher> createPublisher(Publisher value)
JAXBElement
<
Publisher
>
}
public javax.xml.bind.JAXBElement<PublisherDetail> createPublisherDetail(PublisherDetail value)
JAXBElement
<
PublisherDetail
>
}
public javax.xml.bind.JAXBElement<GetPublisherDetail> createGetPublisherDetail(GetPublisherDetail value)
JAXBElement
<
GetPublisherDetail
>
}
public javax.xml.bind.JAXBElement<GetAllPublisherDetail> createGetAllPublisherDetail(GetAllPublisherDetail value)
JAXBElement
<
GetAllPublisherDetail
>
}
public javax.xml.bind.JAXBElement<SyncSubscription> createSyncSubscription(SyncSubscription value)
JAXBElement
<
SyncSubscription
>
}
public javax.xml.bind.JAXBElement<SyncSubscriptionDetail> createGetAllPublisherDetail(SyncSubscriptionDetail value)
JAXBElement
<
SyncSubscriptionDetail
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |