Apache CXF API

org.apache.cxf.configuration.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.cxf.configuration.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.cxf.configuration.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.cxf.configuration.types
 
Method Summary
 javax.xml.bind.JAXBElement<java.lang.Boolean> createBooleanValue(java.lang.Boolean value)
          Create an instance of JAXBElement<Boolean>}
 ClassNamespaceMappingListType createClassNamespaceMappingListType()
          Create an instance of ClassNamespaceMappingListType
 javax.xml.bind.JAXBElement<ClassNamespaceMappingListType> createClassNamespaceMappingListValue(ClassNamespaceMappingListType value)
          Create an instance of JAXBElement<ClassNamespaceMappingListType>}
 ClassNamespaceMappingType createClassNamespaceMappingType()
          Create an instance of ClassNamespaceMappingType
 javax.xml.bind.JAXBElement<java.lang.Double> createDoubleValue(java.lang.Double value)
          Create an instance of JAXBElement<Double>}
 ExtensionType createExtensionType()
          Create an instance of ExtensionType
 ExtensionTypeList createExtensionTypeList()
          Create an instance of ExtensionTypeList
 javax.xml.bind.JAXBElement<ExtensionTypeList> createExtensionTypeListValue(ExtensionTypeList value)
          Create an instance of JAXBElement<ExtensionTypeList>}
 javax.xml.bind.JAXBElement<java.lang.Float> createFloatValue(java.lang.Float value)
          Create an instance of JAXBElement<Float>}
 javax.xml.bind.JAXBElement<java.math.BigInteger> createIntegerValue(java.math.BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 javax.xml.bind.JAXBElement<java.lang.Integer> createIntValue(java.lang.Integer value)
          Create an instance of JAXBElement<Integer>}
 javax.xml.bind.JAXBElement<java.lang.Long> createLongValue(java.lang.Long value)
          Create an instance of JAXBElement<Long>}
 javax.xml.bind.JAXBElement<java.lang.Short> createShortValue(java.lang.Short value)
          Create an instance of JAXBElement<Short>}
 StringListType createStringListType()
          Create an instance of StringListType
 javax.xml.bind.JAXBElement<StringListType> createStringListValue(StringListType value)
          Create an instance of JAXBElement<StringListType>}
 javax.xml.bind.JAXBElement<java.lang.String> createStringValue(java.lang.String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<java.lang.Long> createUnsignedIntValue(java.lang.Long value)
          Create an instance of JAXBElement<Long>}
 javax.xml.bind.JAXBElement<java.math.BigInteger> createUnsignedLongValue(java.math.BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 javax.xml.bind.JAXBElement<java.lang.Integer> createUnsignedShortValue(java.lang.Integer value)
          Create an instance of JAXBElement<Integer>}
 
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.cxf.configuration.types

Method Detail

createExtensionTypeList

public ExtensionTypeList createExtensionTypeList()
Create an instance of ExtensionTypeList


createClassNamespaceMappingListType

public ClassNamespaceMappingListType createClassNamespaceMappingListType()
Create an instance of ClassNamespaceMappingListType


createClassNamespaceMappingType

public ClassNamespaceMappingType createClassNamespaceMappingType()
Create an instance of ClassNamespaceMappingType


createExtensionType

public ExtensionType createExtensionType()
Create an instance of ExtensionType


createStringListType

public StringListType createStringListType()
Create an instance of StringListType


createDoubleValue

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


createExtensionTypeListValue

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


createStringListValue

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


createIntegerValue

public javax.xml.bind.JAXBElement<java.math.BigInteger> createIntegerValue(java.math.BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createIntValue

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


createUnsignedShortValue

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


createClassNamespaceMappingListValue

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


createUnsignedLongValue

public javax.xml.bind.JAXBElement<java.math.BigInteger> createUnsignedLongValue(java.math.BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createStringValue

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


createUnsignedIntValue

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


createBooleanValue

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


createShortValue

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


createFloatValue

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


createLongValue

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


Apache CXF API

-