public class ObjectFactory extends Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.headers.coloc.types
|
public ObjectFactory()
public InoutHeaderT createInoutHeaderT()
InoutHeaderTpublic InHeaderResponseT createInHeaderResponseT()
InHeaderResponseTpublic FaultDetailT createFaultDetailT()
FaultDetailTpublic InoutHeaderResponseT createInoutHeaderResponseT()
InoutHeaderResponseTpublic OutHeaderResponseT createOutHeaderResponseT()
OutHeaderResponseTpublic PingMeResponseT createPingMeResponseT()
PingMeResponseTpublic HeaderInfo createHeaderInfo()
HeaderInfopublic OutHeaderT createOutHeaderT()
OutHeaderTpublic JAXBElement<InoutHeaderT> createInoutHeader(InoutHeaderT value)
public JAXBElement<InHeaderResponseT> createInHeaderResponse(InHeaderResponseT value)
public JAXBElement<FaultDetailT> createFaultDetail(FaultDetailT value)
public JAXBElement<PingMeT> createPingMe(PingMeT value)
public JAXBElement<InoutHeaderResponseT> createInoutHeaderResponse(InoutHeaderResponseT value)
public JAXBElement<OutHeaderResponseT> createOutHeaderResponse(OutHeaderResponseT value)
public JAXBElement<PingMeResponseT> createPingMeResponse(PingMeResponseT value)
public JAXBElement<InHeaderT> createInHeader(InHeaderT value)
public JAXBElement<HeaderInfo> createHeader(HeaderInfo value)
public JAXBElement<OutHeaderT> createOutHeader(OutHeaderT value)
Apache CXF