|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeReference | |
|---|---|
| com.sun.xml.bind.api | Runtime API for the JAX-WS RI |
| com.sun.xml.bind.v2 | The JAXB 2.0 runtime |
| com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
| com.sun.xml.ws.db.glassfish | |
| com.sun.xml.ws.developer | JAX-WS RI vendor extension features that are available to the JAX-WS RI users. |
| com.sun.xml.ws.model | |
| Uses of TypeReference in com.sun.xml.bind.api |
|---|
| Methods in com.sun.xml.bind.api that return TypeReference | |
|---|---|
abstract TypeReference |
Bridge.getTypeReference()
Gets the TypeReference from which this bridge was created. |
TypeReference |
TypeReference.toItemType()
Creates a TypeReference for the item type,
if this TypeReference represents a collection type. |
| Methods in com.sun.xml.bind.api with parameters of type TypeReference | |
|---|---|
abstract Bridge |
JAXBRIContext.createBridge(TypeReference ref)
Creates a mini-marshaller/unmarshaller that can process a TypeReference. |
abstract QName |
JAXBRIContext.getTypeName(TypeReference tr)
Returns the name of the XML Type bound to the specified Java type. |
| Method parameters in com.sun.xml.bind.api with type arguments of type TypeReference | |
|---|---|
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings)
Creates a new JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated. Compatibility with older versions. |
| Uses of TypeReference in com.sun.xml.bind.v2 |
|---|
| Method parameters in com.sun.xml.bind.v2 with type arguments of type TypeReference | |
|---|---|
static JAXBRIContext |
ContextFactory.createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo)
Deprecated. use createContext(Class[] classes, Map |
static JAXBRIContext |
ContextFactory.createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean improvedXsiTypeHandling)
Deprecated. use createContext( Class[] classes, Map |
| Uses of TypeReference in com.sun.xml.bind.v2.runtime |
|---|
| Methods in com.sun.xml.bind.v2.runtime with parameters of type TypeReference | |
|---|---|
Bridge |
JAXBContextImpl.createBridge(TypeReference ref)
|
QName |
JAXBContextImpl.getTypeName(TypeReference tr)
|
| Method parameters in com.sun.xml.bind.v2.runtime with type arguments of type TypeReference | |
|---|---|
JAXBContextImpl.JAXBContextBuilder |
JAXBContextImpl.JAXBContextBuilder.setTypeRefs(Collection<TypeReference> val)
|
| Uses of TypeReference in com.sun.xml.ws.db.glassfish |
|---|
| Methods in com.sun.xml.ws.db.glassfish that return TypeReference | |
|---|---|
TypeReference |
MarshallerBridge.getTypeReference()
|
| Uses of TypeReference in com.sun.xml.ws.developer |
|---|
| Method parameters in com.sun.xml.ws.developer with type arguments of type TypeReference | |
|---|---|
JAXBRIContext |
JAXBContextFactory.createJAXBContext(SEIModel sei,
List<Class> classesToBind,
List<TypeReference> typeReferences)
Called by the JAX-WS runtime to create a JAXBRIContext for the given SEI. |
| Uses of TypeReference in com.sun.xml.ws.model |
|---|
| Methods in com.sun.xml.ws.model that return TypeReference | |
|---|---|
TypeReference |
ParameterImpl.getTypeReference()
Deprecated. use getTypeInfo |
| Methods in com.sun.xml.ws.model with parameters of type TypeReference | |
|---|---|
Bridge |
AbstractSEIModelImpl.getBridge(TypeReference type)
Deprecated. use getBond |
protected Bridge |
ParameterImpl.getBridge(TypeReference typeRef)
Deprecated. |
CheckedExceptionImpl |
JavaMethodImpl.getCheckedException(TypeReference detailType)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||