org.apache.headers.coloc.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.headers.coloc.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.headers.coloc.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.headers.coloc.types
 
Method Summary
 javax.xml.bind.JAXBElement<FaultDetailT> createFaultDetail(FaultDetailT value)
          Create an instance of JAXBElement<FaultDetailT>}
 FaultDetailT createFaultDetailT()
          Create an instance of FaultDetailT
 javax.xml.bind.JAXBElement<HeaderInfo> createHeader(HeaderInfo value)
          Create an instance of JAXBElement<HeaderInfo>}
 HeaderInfo createHeaderInfo()
          Create an instance of HeaderInfo
 javax.xml.bind.JAXBElement<InHeaderT> createInHeader(InHeaderT value)
          Create an instance of JAXBElement<InHeaderT>}
 javax.xml.bind.JAXBElement<InHeaderResponseT> createInHeaderResponse(InHeaderResponseT value)
          Create an instance of JAXBElement<InHeaderResponseT>}
 InHeaderResponseT createInHeaderResponseT()
          Create an instance of InHeaderResponseT
 InHeaderT createInHeaderT()
          Create an instance of InHeaderT
 javax.xml.bind.JAXBElement<InoutHeaderT> createInoutHeader(InoutHeaderT value)
          Create an instance of JAXBElement<InoutHeaderT>}
 javax.xml.bind.JAXBElement<InoutHeaderResponseT> createInoutHeaderResponse(InoutHeaderResponseT value)
          Create an instance of JAXBElement<InoutHeaderResponseT>}
 InoutHeaderResponseT createInoutHeaderResponseT()
          Create an instance of InoutHeaderResponseT
 InoutHeaderT createInoutHeaderT()
          Create an instance of InoutHeaderT
 javax.xml.bind.JAXBElement<OutHeaderT> createOutHeader(OutHeaderT value)
          Create an instance of JAXBElement<OutHeaderT>}
 javax.xml.bind.JAXBElement<OutHeaderResponseT> createOutHeaderResponse(OutHeaderResponseT value)
          Create an instance of JAXBElement<OutHeaderResponseT>}
 OutHeaderResponseT createOutHeaderResponseT()
          Create an instance of OutHeaderResponseT
 OutHeaderT createOutHeaderT()
          Create an instance of OutHeaderT
 javax.xml.bind.JAXBElement<PingMeT> createPingMe(PingMeT value)
          Create an instance of JAXBElement<PingMeT>}
 javax.xml.bind.JAXBElement<PingMeResponseT> createPingMeResponse(PingMeResponseT value)
          Create an instance of JAXBElement<PingMeResponseT>}
 PingMeResponseT createPingMeResponseT()
          Create an instance of PingMeResponseT
 PingMeT createPingMeT()
          Create an instance of PingMeT
 
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.headers.coloc.types

Method Detail

createInHeaderResponseT

public InHeaderResponseT createInHeaderResponseT()
Create an instance of InHeaderResponseT


createOutHeaderResponseT

public OutHeaderResponseT createOutHeaderResponseT()
Create an instance of OutHeaderResponseT


createOutHeaderT

public OutHeaderT createOutHeaderT()
Create an instance of OutHeaderT


createInHeaderT

public InHeaderT createInHeaderT()
Create an instance of InHeaderT


createInoutHeaderT

public InoutHeaderT createInoutHeaderT()
Create an instance of InoutHeaderT


createPingMeT

public PingMeT createPingMeT()
Create an instance of PingMeT


createPingMeResponseT

public PingMeResponseT createPingMeResponseT()
Create an instance of PingMeResponseT


createInoutHeaderResponseT

public InoutHeaderResponseT createInoutHeaderResponseT()
Create an instance of InoutHeaderResponseT


createHeaderInfo

public HeaderInfo createHeaderInfo()
Create an instance of HeaderInfo


createFaultDetailT

public FaultDetailT createFaultDetailT()
Create an instance of FaultDetailT


createOutHeaderResponse

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


createHeader

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


createInHeaderResponse

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


createPingMeResponse

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


createInoutHeader

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


createInoutHeaderResponse

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


createFaultDetail

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


createInHeader

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


createPingMe

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


createOutHeader

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



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.