Uses of Enum
org.apache.axis2.jaxws.message.databinding.JAXBUtils.CONSTRUCTION_TYPE
Packages that use JAXBUtils.CONSTRUCTION_TYPE
-
Uses of JAXBUtils.CONSTRUCTION_TYPE in org.apache.axis2.datasource.jaxb
Methods in org.apache.axis2.datasource.jaxb that return JAXBUtils.CONSTRUCTION_TYPEMethods in org.apache.axis2.datasource.jaxb with parameters of type JAXBUtils.CONSTRUCTION_TYPEModifier and TypeMethodDescriptionstatic ObjectJAXBDSContext.unmarshalByType(jakarta.xml.bind.Unmarshaller u, XMLStreamReader reader, Class<?> type, boolean isList, JAXBUtils.CONSTRUCTION_TYPE ctype) The root element being read is defined by schema/JAXB; however its contents are known by schema/JAXB. -
Uses of JAXBUtils.CONSTRUCTION_TYPE in org.apache.axis2.jaxws.message.databinding
Methods in org.apache.axis2.jaxws.message.databinding that return JAXBUtils.CONSTRUCTION_TYPEModifier and TypeMethodDescriptionstatic JAXBUtils.CONSTRUCTION_TYPEReturns the enum constant of this type with the specified name.static JAXBUtils.CONSTRUCTION_TYPE[]JAXBUtils.CONSTRUCTION_TYPE.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.apache.axis2.jaxws.message.databinding with type arguments of type JAXBUtils.CONSTRUCTION_TYPEModifier and TypeMethodDescriptionstatic jakarta.xml.bind.JAXBContextJAXBUtils.getJAXBContext(TreeSet<String> contextPackages, jakarta.xml.ws.Holder<JAXBUtils.CONSTRUCTION_TYPE> constructionType, boolean forceArrays, String key, ClassLoader cacheKey, Map<String, ?> properties) Get a JAXBContext for the class Note: The contextPackage object is used by multiple threads.static jakarta.xml.bind.JAXBContextJAXBUtils.getJAXBContext(TreeSet<String> contextPackages, jakarta.xml.ws.Holder<JAXBUtils.CONSTRUCTION_TYPE> constructionType, String key) static jakarta.xml.bind.JAXBContextJAXBUtils.getJAXBContext(TreeSet<String> contextPackages, jakarta.xml.ws.Holder<JAXBUtils.CONSTRUCTION_TYPE> constructionType, String key, ClassLoader cacheKey, Map<String, ?> properties) Get a JAXBContext for the class Note: The contextPackage object is used by multiple threads.