org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap12
Class ObjectFactory

java.lang.Object
  extended by org.ow2.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap12.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.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap12 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.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap12
 
Method Summary
 javax.xml.bind.JAXBElement<TAddress> createAddress(TAddress value)
          Create an instance of JAXBElement<TAddress>}
 javax.xml.bind.JAXBElement<TBinding> createBinding(TBinding value)
          Create an instance of JAXBElement<TBinding>}
 javax.xml.bind.JAXBElement<TBody> createBody(TBody value)
          Create an instance of JAXBElement<TBody>}
 javax.xml.bind.JAXBElement<TFault> createFault(TFault value)
          Create an instance of JAXBElement<TFault>}
 javax.xml.bind.JAXBElement<THeader> createHeader(THeader value)
          Create an instance of JAXBElement<THeader>}
 javax.xml.bind.JAXBElement<THeaderFault> createHeaderfault(THeaderFault value)
          Create an instance of JAXBElement<THeaderFault>}
 javax.xml.bind.JAXBElement<TOperation> createOperation(TOperation value)
          Create an instance of JAXBElement<TOperation>}
 TAddress createTAddress()
          Create an instance of TAddress
 TBinding createTBinding()
          Create an instance of TBinding
 TBody createTBody()
          Create an instance of TBody
 TExtensibilityElementOpenAttrs createTExtensibilityElementOpenAttrs()
          Create an instance of TExtensibilityElementOpenAttrs
 TFault createTFault()
          Create an instance of TFault
 THeader createTHeader()
          Create an instance of THeader
 THeaderFault createTHeaderFault()
          Create an instance of THeaderFault
 TOperation createTOperation()
          Create an instance of TOperation
 
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.easywsdl.wsdl.org.xmlsoap.schemas.wsdl.soap12

Method Detail

createTOperation

public TOperation createTOperation()
Create an instance of TOperation


createTHeader

public THeader createTHeader()
Create an instance of THeader


createTAddress

public TAddress createTAddress()
Create an instance of TAddress


createTHeaderFault

public THeaderFault createTHeaderFault()
Create an instance of THeaderFault


createTFault

public TFault createTFault()
Create an instance of TFault


createTExtensibilityElementOpenAttrs

public TExtensibilityElementOpenAttrs createTExtensibilityElementOpenAttrs()
Create an instance of TExtensibilityElementOpenAttrs


createTBinding

public TBinding createTBinding()
Create an instance of TBinding


createTBody

public TBody createTBody()
Create an instance of TBody


createBinding

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


createHeaderfault

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


createBody

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


createFault

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


createAddress

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


createOperation

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


createHeader

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



Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.