org.ow2.dragon.service.deployment
Class ObjectFactory

java.lang.Object
  extended by org.ow2.dragon.service.deployment.ObjectFactory

public class ObjectFactory
extends java.lang.Object

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

ObjectFactory

public 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 Detail

createSearchService

public SearchService createSearchService()
Create an instance of SearchService


createSearchServiceResponse

public SearchServiceResponse createSearchServiceResponse()
Create an instance of SearchServiceResponse


createKeyedRefTO

public KeyedRefTO createKeyedRefTO()
Create an instance of KeyedRefTO


createRatingTO

public RatingTO createRatingTO()
Create an instance of RatingTO


createRequestOptionsTO

public RequestOptionsTO createRequestOptionsTO()
Create an instance of RequestOptionsTO


createTechnicalServiceTO

public TechnicalServiceTO createTechnicalServiceTO()
Create an instance of TechnicalServiceTO


createDragonFaultDetail

public DragonFaultDetail createDragonFaultDetail()
Create an instance of DragonFaultDetail


createCommentTO

public CommentTO createCommentTO()
Create an instance of CommentTO


createSearchService

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


createSearchServiceResponse

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



Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.