|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.service.deployment.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.ow2.dragon.service.deployment package.
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.
| Constructor Summary | |
|---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.ow2.dragon.service.deployment |
|
| Method Summary | |
|---|---|
CommentTO |
createCommentTO()
Create an instance of CommentTO |
DragonFaultDetail |
createDragonFaultDetail()
Create an instance of DragonFaultDetail |
KeyedRefTO |
createKeyedRefTO()
Create an instance of KeyedRefTO |
RatingTO |
createRatingTO()
Create an instance of RatingTO |
RequestOptionsTO |
createRequestOptionsTO()
Create an instance of RequestOptionsTO |
SearchService |
createSearchService()
Create an instance of SearchService |
javax.xml.bind.JAXBElement<SearchService> |
createSearchService(SearchService value)
Create an instance of JAXBElement<SearchService>} |
SearchServiceResponse |
createSearchServiceResponse()
Create an instance of SearchServiceResponse |
javax.xml.bind.JAXBElement<SearchServiceResponse> |
createSearchServiceResponse(SearchServiceResponse value)
Create an instance of JAXBElement<SearchServiceResponse>} |
TechnicalServiceTO |
createTechnicalServiceTO()
Create an instance of TechnicalServiceTO |
| 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 SearchService createSearchService()
SearchService
public SearchServiceResponse createSearchServiceResponse()
SearchServiceResponse
public KeyedRefTO createKeyedRefTO()
KeyedRefTO
public RatingTO createRatingTO()
RatingTO
public RequestOptionsTO createRequestOptionsTO()
RequestOptionsTO
public TechnicalServiceTO createTechnicalServiceTO()
TechnicalServiceTO
public DragonFaultDetail createDragonFaultDetail()
DragonFaultDetail
public CommentTO createCommentTO()
CommentTO
public javax.xml.bind.JAXBElement<SearchService> createSearchService(SearchService value)
JAXBElement<SearchService>}
public javax.xml.bind.JAXBElement<SearchServiceResponse> createSearchServiceResponse(SearchServiceResponse value)
JAXBElement<SearchServiceResponse>}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||