org.xmlsoap.schemas.wsdl.soap
Class ObjectFactory

java.lang.Object
  extended by org.xmlsoap.schemas.wsdl.soap.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.xmlsoap.schemas.wsdl.soap 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.xmlsoap.schemas.wsdl.soap
 
Method Summary
 JAXBElement<TAddress> createAddress(TAddress value)
          Create an instance of JAXBElement<TAddress>}
 JAXBElement<TBinding> createBinding(TBinding value)
          Create an instance of JAXBElement<TBinding>}
 JAXBElement<TBody> createBody(TBody value)
          Create an instance of JAXBElement<TBody>}
 JAXBElement<TFault> createFault(TFault value)
          Create an instance of JAXBElement<TFault>}
 JAXBElement<THeader> createHeader(THeader value)
          Create an instance of JAXBElement<THeader>}
 JAXBElement<THeaderFault> createHeaderfault(THeaderFault value)
          Create an instance of JAXBElement<THeaderFault>}
 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
 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.xmlsoap.schemas.wsdl.soap

Method Detail

createTBody

public TBody createTBody()
Create an instance of TBody


createTOperation

public TOperation createTOperation()
Create an instance of TOperation


createTAddress

public TAddress createTAddress()
Create an instance of TAddress


createTBinding

public TBinding createTBinding()
Create an instance of TBinding


createTHeaderFault

public THeaderFault createTHeaderFault()
Create an instance of THeaderFault


createTFault

public TFault createTFault()
Create an instance of TFault


createTHeader

public THeader createTHeader()
Create an instance of THeader


createAddress

public JAXBElement<TAddress> createAddress(TAddress value)
Create an instance of JAXBElement<TAddress>}


createOperation

public JAXBElement<TOperation> createOperation(TOperation value)
Create an instance of JAXBElement<TOperation>}


createBody

public JAXBElement<TBody> createBody(TBody value)
Create an instance of JAXBElement<TBody>}


createHeader

public JAXBElement<THeader> createHeader(THeader value)
Create an instance of JAXBElement<THeader>}


createFault

public JAXBElement<TFault> createFault(TFault value)
Create an instance of JAXBElement<TFault>}


createHeaderfault

public JAXBElement<THeaderFault> createHeaderfault(THeaderFault value)
Create an instance of JAXBElement<THeaderFault>}


createBinding

public JAXBElement<TBinding> createBinding(TBinding value)
Create an instance of JAXBElement<TBinding>}



Copyright © 2011 jbundle.org. All Rights Reserved.