org.plasma.xml.wsdl.v11.http
Class ObjectFactory

java.lang.Object
  extended by org.plasma.xml.wsdl.v11.http.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.plasma.xml.wsdl.v11.http 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.plasma.xml.wsdl.v11.http
 
Method Summary
 Address createAddress()
          Create an instance of Address
 Binding createBinding()
          Create an instance of Binding
 Operation createOperation()
          Create an instance of Operation
 UrlEncoded createUrlEncoded()
          Create an instance of UrlEncoded
 UrlReplacement createUrlReplacement()
          Create an instance of UrlReplacement
 
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.plasma.xml.wsdl.v11.http

Method Detail

createOperation

public Operation createOperation()
Create an instance of Operation


createBinding

public Binding createBinding()
Create an instance of Binding


createAddress

public Address createAddress()
Create an instance of Address


createUrlReplacement

public UrlReplacement createUrlReplacement()
Create an instance of UrlReplacement


createUrlEncoded

public UrlEncoded createUrlEncoded()
Create an instance of UrlEncoded



Copyright © 2013. All Rights Reserved.