Package | Description |
---|---|
org.glassfish.hk2.xml.api | |
org.glassfish.hk2.xml.internal |
Modifier and Type | Method and Description |
---|---|
<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 class
|
XmlRootHandle<T> |
XmlRootCopy.getParent()
Gets the XmlRootHandle from which
|
<T> XmlRootHandle<T> |
XmlService.unmarshall(URI uri,
Class<T> jaxbAnnotatedInterface)
Unmarshalls the given URI using the jaxb annotated interface.
|
<T> XmlRootHandle<T> |
XmlService.unmarshall(URI uri,
Class<T> jaxbAnnotatedInterface,
boolean advertiseInRegistry,
boolean advertiseInHub)
Unmarshalls the given URI using the jaxb annotated interface
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRootHandle.overlay(XmlRootHandle<T> newRoot)
This method overlays the current root and children with
the root and children from newRoot.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlRootHandleImpl<T> |
Modifier and Type | Method and Description |
---|---|
<T> XmlRootHandle<T> |
XmlServiceImpl.createEmptyHandle(Class<T> jaxbAnnotationInterface) |
<T> XmlRootHandle<T> |
XmlServiceImpl.createEmptyHandle(Class<T> jaxbAnnotatedInterface,
boolean advertiseInRegistry,
boolean advertiseInHub) |
XmlRootHandle<T> |
XmlRootCopyImpl.getParent() |
<T> XmlRootHandle<T> |
XmlServiceImpl.unmarshall(URI uri,
Class<T> jaxbAnnotatedClassOrInterface) |
<T> XmlRootHandle<T> |
XmlServiceImpl.unmarshall(URI uri,
Class<T> jaxbAnnotatedInterface,
boolean advertiseInRegistry,
boolean advertiseInHub) |
Modifier and Type | Method and Description |
---|---|
void |
XmlRootHandleImpl.overlay(XmlRootHandle<T> newRoot) |
Copyright © 2009–2018 Oracle Corporation. All rights reserved.