Uses of Class
org.glassfish.jaxb.runtime.api.CompositeStructure
Packages that use CompositeStructure
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of CompositeStructure in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return CompositeStructureModifier and TypeMethodDescriptionCompositeStructureBeanInfo.createInstance(UnmarshallingContext context) Methods in org.glassfish.jaxb.runtime.v2.runtime that return types with arguments of type CompositeStructureMethods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type CompositeStructureModifier and TypeMethodDescriptionCompositeStructureBeanInfo.getElementLocalName(CompositeStructure o) CompositeStructureBeanInfo.getElementNamespaceURI(CompositeStructure o) CompositeStructureBeanInfo.getId(CompositeStructure o, XMLSerializer target) booleanCompositeStructureBeanInfo.reset(CompositeStructure o, UnmarshallingContext context) voidCompositeStructureBeanInfo.serializeAttributes(CompositeStructure o, XMLSerializer target) voidCompositeStructureBeanInfo.serializeBody(CompositeStructure o, XMLSerializer target) voidCompositeStructureBeanInfo.serializeRoot(CompositeStructure o, XMLSerializer target) voidCompositeStructureBeanInfo.serializeURIs(CompositeStructure o, XMLSerializer target)