org.apache.hello_world_soap_http.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.hello_world_soap_http.types.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.apache.hello_world_soap_http.types 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.apache.hello_world_soap_http.types
 
Method Summary
 AddNumbers createAddNumbers()
          Create an instance of AddNumbers
 javax.xml.bind.JAXBElement<AddNumbers> createAddNumbers(AddNumbers value)
          Create an instance of JAXBElement<AddNumbers>}
 AddNumbersResponse createAddNumbersResponse()
          Create an instance of AddNumbersResponse
 javax.xml.bind.JAXBElement<AddNumbersResponse> createAddNumbersResponse(AddNumbersResponse value)
          Create an instance of JAXBElement<AddNumbersResponse>}
 BadRecord createBadRecord()
          Create an instance of BadRecord
 javax.xml.bind.JAXBElement<java.lang.String> createBadRecordLit(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.String> createBareDocument(java.lang.String value)
          Create an instance of JAXBElement<String>}
 BareDocumentResponse createBareDocumentResponse()
          Create an instance of BareDocumentResponse
 ErrorCode createErrorCode()
          Create an instance of ErrorCode
 GreetMe createGreetMe()
          Create an instance of GreetMe
 GreetMeLater createGreetMeLater()
          Create an instance of GreetMeLater
 GreetMeLaterResponse createGreetMeLaterResponse()
          Create an instance of GreetMeLaterResponse
 GreetMeOneWay createGreetMeOneWay()
          Create an instance of GreetMeOneWay
 GreetMeResponse createGreetMeResponse()
          Create an instance of GreetMeResponse
 GreetMeSometime createGreetMeSometime()
          Create an instance of GreetMeSometime
 GreetMeSometimeResponse createGreetMeSometimeResponse()
          Create an instance of GreetMeSometimeResponse
 NoSuchCodeLit createNoSuchCodeLit()
          Create an instance of NoSuchCodeLit
 SayHi createSayHi()
          Create an instance of SayHi
 SayHiResponse createSayHiResponse()
          Create an instance of SayHiResponse
 StringStruct createStringStruct()
          Create an instance of StringStruct
 TestDocLitFault createTestDocLitFault()
          Create an instance of TestDocLitFault
 TestDocLitFaultResponse createTestDocLitFaultResponse()
          Create an instance of TestDocLitFaultResponse
 TestNillable createTestNillable()
          Create an instance of TestNillable
 TestNillableResponse createTestNillableResponse()
          Create an instance of TestNillableResponse
 
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.apache.hello_world_soap_http.types

Method Detail

createGreetMeLaterResponse

public GreetMeLaterResponse createGreetMeLaterResponse()
Create an instance of GreetMeLaterResponse


createTestDocLitFaultResponse

public TestDocLitFaultResponse createTestDocLitFaultResponse()
Create an instance of TestDocLitFaultResponse


createGreetMe

public GreetMe createGreetMe()
Create an instance of GreetMe


createTestDocLitFault

public TestDocLitFault createTestDocLitFault()
Create an instance of TestDocLitFault


createGreetMeSometimeResponse

public GreetMeSometimeResponse createGreetMeSometimeResponse()
Create an instance of GreetMeSometimeResponse


createNoSuchCodeLit

public NoSuchCodeLit createNoSuchCodeLit()
Create an instance of NoSuchCodeLit


createGreetMeSometime

public GreetMeSometime createGreetMeSometime()
Create an instance of GreetMeSometime


createGreetMeResponse

public GreetMeResponse createGreetMeResponse()
Create an instance of GreetMeResponse


createSayHi

public SayHi createSayHi()
Create an instance of SayHi


createTestNillableResponse

public TestNillableResponse createTestNillableResponse()
Create an instance of TestNillableResponse


createGreetMeLater

public GreetMeLater createGreetMeLater()
Create an instance of GreetMeLater


createErrorCode

public ErrorCode createErrorCode()
Create an instance of ErrorCode


createBareDocumentResponse

public BareDocumentResponse createBareDocumentResponse()
Create an instance of BareDocumentResponse


createGreetMeOneWay

public GreetMeOneWay createGreetMeOneWay()
Create an instance of GreetMeOneWay


createTestNillable

public TestNillable createTestNillable()
Create an instance of TestNillable


createAddNumbers

public AddNumbers createAddNumbers()
Create an instance of AddNumbers


createSayHiResponse

public SayHiResponse createSayHiResponse()
Create an instance of SayHiResponse


createAddNumbersResponse

public AddNumbersResponse createAddNumbersResponse()
Create an instance of AddNumbersResponse


createStringStruct

public StringStruct createStringStruct()
Create an instance of StringStruct


createBadRecord

public BadRecord createBadRecord()
Create an instance of BadRecord


createAddNumbers

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


createAddNumbersResponse

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


createBareDocument

public javax.xml.bind.JAXBElement<java.lang.String> createBareDocument(java.lang.String value)
Create an instance of JAXBElement<String>}


createBadRecordLit

public javax.xml.bind.JAXBElement<java.lang.String> createBadRecordLit(java.lang.String value)
Create an instance of JAXBElement<String>}



Apache CXF