easybox.org.xmlsoap.schemas.wsdl
Class ObjectFactory

java.lang.Object
  extended by easybox.org.xmlsoap.schemas.wsdl.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 easybox.org.xmlsoap.schemas.wsdl 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: easybox.org.xmlsoap.schemas.wsdl
 
Method Summary
 javax.xml.bind.JAXBElement<EJaxbTDefinitions> createDefinitions(EJaxbTDefinitions value)
          Create an instance of JAXBElement<EJaxbTDefinitions>}
 EJaxbTBinding createEJaxbTBinding()
          Create an instance of EJaxbTBinding
 EJaxbTBindingOperation createEJaxbTBindingOperation()
          Create an instance of EJaxbTBindingOperation
 EJaxbTBindingOperationFault createEJaxbTBindingOperationFault()
          Create an instance of EJaxbTBindingOperationFault
 EJaxbTBindingOperationMessage createEJaxbTBindingOperationMessage()
          Create an instance of EJaxbTBindingOperationMessage
 EJaxbTDefinitions createEJaxbTDefinitions()
          Create an instance of EJaxbTDefinitions
 EJaxbTDocumentation createEJaxbTDocumentation()
          Create an instance of EJaxbTDocumentation
 EJaxbTDocumented createEJaxbTDocumented()
          Create an instance of EJaxbTDocumented
 EJaxbTFault createEJaxbTFault()
          Create an instance of EJaxbTFault
 EJaxbTImport createEJaxbTImport()
          Create an instance of EJaxbTImport
 EJaxbTMessage createEJaxbTMessage()
          Create an instance of EJaxbTMessage
 EJaxbTOperation createEJaxbTOperation()
          Create an instance of EJaxbTOperation
 javax.xml.bind.JAXBElement<EJaxbTFault> createEJaxbTOperationFault(EJaxbTFault value)
          Create an instance of JAXBElement<EJaxbTFault>}
 javax.xml.bind.JAXBElement<EJaxbTParam> createEJaxbTOperationInput(EJaxbTParam value)
          Create an instance of JAXBElement<EJaxbTParam>}
 javax.xml.bind.JAXBElement<EJaxbTParam> createEJaxbTOperationOutput(EJaxbTParam value)
          Create an instance of JAXBElement<EJaxbTParam>}
 EJaxbTParam createEJaxbTParam()
          Create an instance of EJaxbTParam
 EJaxbTPart createEJaxbTPart()
          Create an instance of EJaxbTPart
 EJaxbTPort createEJaxbTPort()
          Create an instance of EJaxbTPort
 EJaxbTPortType createEJaxbTPortType()
          Create an instance of EJaxbTPortType
 EJaxbTService createEJaxbTService()
          Create an instance of EJaxbTService
 EJaxbTTypes createEJaxbTTypes()
          Create an instance of EJaxbTTypes
 
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: easybox.org.xmlsoap.schemas.wsdl

Method Detail

createEJaxbTDocumented

public EJaxbTDocumented createEJaxbTDocumented()
Create an instance of EJaxbTDocumented


createEJaxbTFault

public EJaxbTFault createEJaxbTFault()
Create an instance of EJaxbTFault


createEJaxbTBinding

public EJaxbTBinding createEJaxbTBinding()
Create an instance of EJaxbTBinding


createEJaxbTPart

public EJaxbTPart createEJaxbTPart()
Create an instance of EJaxbTPart


createEJaxbTTypes

public EJaxbTTypes createEJaxbTTypes()
Create an instance of EJaxbTTypes


createEJaxbTBindingOperationMessage

public EJaxbTBindingOperationMessage createEJaxbTBindingOperationMessage()
Create an instance of EJaxbTBindingOperationMessage


createEJaxbTPortType

public EJaxbTPortType createEJaxbTPortType()
Create an instance of EJaxbTPortType


createEJaxbTDefinitions

public EJaxbTDefinitions createEJaxbTDefinitions()
Create an instance of EJaxbTDefinitions


createEJaxbTBindingOperation

public EJaxbTBindingOperation createEJaxbTBindingOperation()
Create an instance of EJaxbTBindingOperation


createEJaxbTBindingOperationFault

public EJaxbTBindingOperationFault createEJaxbTBindingOperationFault()
Create an instance of EJaxbTBindingOperationFault


createEJaxbTOperation

public EJaxbTOperation createEJaxbTOperation()
Create an instance of EJaxbTOperation


createEJaxbTService

public EJaxbTService createEJaxbTService()
Create an instance of EJaxbTService


createEJaxbTPort

public EJaxbTPort createEJaxbTPort()
Create an instance of EJaxbTPort


createEJaxbTParam

public EJaxbTParam createEJaxbTParam()
Create an instance of EJaxbTParam


createEJaxbTDocumentation

public EJaxbTDocumentation createEJaxbTDocumentation()
Create an instance of EJaxbTDocumentation


createEJaxbTMessage

public EJaxbTMessage createEJaxbTMessage()
Create an instance of EJaxbTMessage


createEJaxbTImport

public EJaxbTImport createEJaxbTImport()
Create an instance of EJaxbTImport


createDefinitions

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


createEJaxbTOperationOutput

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


createEJaxbTOperationFault

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


createEJaxbTOperationInput

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



Copyright © 2012 Petals Link. All Rights Reserved.