org.apache.headers.coloc.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.headers.coloc.types.ObjectFactory

public class ObjectFactory
extends 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

createPingMeResponseT

public PingMeResponseT createPingMeResponseT()
Create an instance of PingMeResponseT


createInoutHeaderT

public InoutHeaderT createInoutHeaderT()
Create an instance of InoutHeaderT


createInHeaderT

public InHeaderT createInHeaderT()
Create an instance of InHeaderT


createFaultDetailT

public FaultDetailT createFaultDetailT()
Create an instance of FaultDetailT


createHeaderInfo

public HeaderInfo createHeaderInfo()
Create an instance of HeaderInfo


createOutHeaderResponseT

public OutHeaderResponseT createOutHeaderResponseT()
Create an instance of OutHeaderResponseT


createInoutHeaderResponseT

public InoutHeaderResponseT createInoutHeaderResponseT()
Create an instance of InoutHeaderResponseT


createOutHeaderT

public OutHeaderT createOutHeaderT()
Create an instance of OutHeaderT


createPingMeT

public PingMeT createPingMeT()
Create an instance of PingMeT


createInHeaderResponseT

public InHeaderResponseT createInHeaderResponseT()
Create an instance of InHeaderResponseT


createInoutHeader

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


createInHeaderResponse

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


createFaultDetail

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


createPingMe

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


createInoutHeaderResponse

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


createOutHeaderResponse

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


createPingMeResponse

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


createInHeader

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


createHeader

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


createOutHeader

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



Apache CXF