Uses of Interface
org.glassfish.hk2.xml.api.XmlRootHandle
Packages that use XmlRootHandle
Package
Description
-
Uses of XmlRootHandle in org.glassfish.hk2.xml.api
Methods in org.glassfish.hk2.xml.api that return XmlRootHandleModifier and TypeMethodDescriptionXmlHk2ConfigurationBean._getRoot()Gets the root associated with this bean.<T> XmlRootHandle<T>XmlService.createEmptyHandle(Class<T> jaxbAnnotationInterface) This creates an empty handle (root will initially be null) corresponding to the given interface class<T> XmlRootHandle<T>XmlService.createEmptyHandle(Class<T> jaxbAnnotationInterface, boolean advertiseInRegistry, boolean advertiseInHub) This creates an empty handle (root will initially be null) corresponding to the given interface classXmlRootCopy.getParent()Gets the XmlRootHandle from which this copy was createdXmlHandleTransaction.getRootHandle()Gets the root handle that started this transaction<T> XmlRootHandle<T>XmlService.unmarshal(InputStream inputStream, Class<T> jaxbAnnotatedInterface) Unmarshals an XML stream using the jaxb annotated interface.<T> XmlRootHandle<T>XmlService.unmarshal(InputStream inputStream, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) Unmarshals an XML stream using the jaxb annotated interface.<T> XmlRootHandle<T>XmlService.unmarshal(InputStream inputStream, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub, Map<String, Object> options) Unmarshals an XML stream using the jaxb annotated interface.<T> XmlRootHandle<T>Unmarshalls the given URI using the jaxb annotated interface.<T> XmlRootHandle<T>XmlService.unmarshal(URI uri, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) Unmarshalls the given URI using the jaxb annotated interface.<T> XmlRootHandle<T>XmlService.unmarshal(URI uri, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub, Map<String, Object> options) Unmarshalls the given URI using the jaxb annotated interface.<T> XmlRootHandle<T>XmlService.unmarshal(XMLStreamReader reader, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) Unmarshals an XML stream using the jaxb annotated interface.<T> XmlRootHandle<T>XmlService.unmarshal(XMLStreamReader reader, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub, Map<String, Object> options) Unmarshals an XML stream using the jaxb annotated interface.Methods in org.glassfish.hk2.xml.api with parameters of type XmlRootHandleModifier and TypeMethodDescription<T> voidXmlService.marshal(OutputStream outputStream, XmlRootHandle<T> rootHandle) Will marshal the given tree into the given stream.<T> voidXmlService.marshal(OutputStream outputStream, XmlRootHandle<T> rootHandle, Map<String, Object> options) Will marshal the given tree into the given stream.voidXmlRootHandle.overlay(XmlRootHandle<T> newRoot) This method overlays the current root and children with the root and children from newRoot. -
Uses of XmlRootHandle in org.glassfish.hk2.xml.internal
Classes in org.glassfish.hk2.xml.internal that implement XmlRootHandleMethods in org.glassfish.hk2.xml.internal that return XmlRootHandleModifier and TypeMethodDescription<T> XmlRootHandle<T>XmlServiceImpl.createEmptyHandle(Class<T> jaxbAnnotationInterface) <T> XmlRootHandle<T>XmlServiceImpl.createEmptyHandle(Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) XmlRootCopyImpl.getParent()XmlHandleTransactionImpl.getRootHandle()<T> XmlRootHandle<T>XmlServiceImpl.unmarshal(InputStream input, Class<T> jaxbAnnotatedInterface) <T> XmlRootHandle<T>XmlServiceImpl.unmarshal(InputStream input, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) <T> XmlRootHandle<T>XmlServiceImpl.unmarshal(InputStream input, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub, Map<String, Object> options) <T> XmlRootHandle<T><T> XmlRootHandle<T>XmlServiceImpl.unmarshal(URI uri, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) <T> XmlRootHandle<T>XmlServiceImpl.unmarshal(URI uri, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub, Map<String, Object> options) <T> XmlRootHandle<T>XmlServiceImpl.unmarshal(XMLStreamReader reader, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub) <T> XmlRootHandle<T>XmlServiceImpl.unmarshal(XMLStreamReader reader, Class<T> jaxbAnnotatedInterface, boolean advertiseInRegistry, boolean advertiseInHub, Map<String, Object> options) Methods in org.glassfish.hk2.xml.internal with parameters of type XmlRootHandleModifier and TypeMethodDescription<T> voidDomXmlParser.marshal(OutputStream outputStream, XmlRootHandle<T> root, Map<String, Object> options) <T> voidXmlServiceImpl.marshal(OutputStream outputStream, XmlRootHandle<T> rootHandle) <T> voidXmlServiceImpl.marshal(OutputStream outputStream, XmlRootHandle<T> rootHandle, Map<String, Object> options) static <T> voidXmlStreamImpl.marshall(OutputStream outputStream, XmlRootHandle<T> root) voidXmlRootHandleImpl.overlay(XmlRootHandle<T> newRoot) Constructors in org.glassfish.hk2.xml.internal with parameters of type XmlRootHandleModifierConstructorDescriptionXmlHandleTransactionImpl(XmlRootHandle<T> root, DynamicChangeInfo changeInfo) -
Uses of XmlRootHandle in org.glassfish.hk2.xml.jaxb.internal
Methods in org.glassfish.hk2.xml.jaxb.internal that return XmlRootHandleModifier and TypeMethodDescriptionBaseHK2JAXBBean._getRoot()Gets the root associated with this bean.Methods in org.glassfish.hk2.xml.jaxb.internal with parameters of type XmlRootHandleModifier and TypeMethodDescription<T> voidJAXBXmlParser.marshal(OutputStream outputStream, XmlRootHandle<T> rootHandle, Map<String, Object> options) -
Uses of XmlRootHandle in org.glassfish.hk2.xml.spi
Methods in org.glassfish.hk2.xml.spi with parameters of type XmlRootHandleModifier and TypeMethodDescription<T> voidXmlServiceParser.marshal(OutputStream outputStream, XmlRootHandle<T> root, Map<String, Object> options) Marshalls this tree into the given stream.