com.atomikos.demo.jaxws.stub
Class ObjectFactory

java.lang.Object
  extended by com.atomikos.demo.jaxws.stub.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.atomikos.demo.jaxws.stub 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: com.atomikos.demo.jaxws.stub
 
Method Summary
 Buy createBuy()
          Create an instance of Buy
 javax.xml.bind.JAXBElement<Buy> createBuy(Buy value)
          Create an instance of JAXBElement<Buy>}
 BuyResponse createBuyResponse()
          Create an instance of BuyResponse
 javax.xml.bind.JAXBElement<BuyResponse> createBuyResponse(BuyResponse value)
          Create an instance of JAXBElement<BuyResponse>}
 
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: com.atomikos.demo.jaxws.stub

Method Detail

createBuyResponse

public BuyResponse createBuyResponse()
Create an instance of BuyResponse


createBuy

public Buy createBuy()
Create an instance of Buy


createBuy

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


createBuyResponse

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



Copyright © 2012. All Rights Reserved.