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 HeaderInfo createHeaderInfo()
HeaderInfopublic InHeaderResponseT createInHeaderResponseT()
InHeaderResponseTpublic OutHeaderT createOutHeaderT()
OutHeaderTpublic OutHeaderResponseT createOutHeaderResponseT()
OutHeaderResponseTpublic InoutHeaderT createInoutHeaderT()
InoutHeaderTpublic InoutHeaderResponseT createInoutHeaderResponseT()
InoutHeaderResponseTpublic PingMeResponseT createPingMeResponseT()
PingMeResponseTpublic FaultDetailT createFaultDetailT()
FaultDetailTpublic JAXBElement<HeaderInfo> createHeader(HeaderInfo value)
public JAXBElement<InHeaderT> createInHeader(InHeaderT value)
public JAXBElement<InHeaderResponseT> createInHeaderResponse(InHeaderResponseT value)
public JAXBElement<OutHeaderT> createOutHeader(OutHeaderT value)
public JAXBElement<OutHeaderResponseT> createOutHeaderResponse(OutHeaderResponseT value)
public JAXBElement<InoutHeaderT> createInoutHeader(InoutHeaderT value)
public JAXBElement<InoutHeaderResponseT> createInoutHeaderResponse(InoutHeaderResponseT value)
public JAXBElement<PingMeT> createPingMe(PingMeT value)
public JAXBElement<PingMeResponseT> createPingMeResponse(PingMeResponseT value)
public JAXBElement<FaultDetailT> createFaultDetail(FaultDetailT value)
Apache CXF