Package | Description |
---|---|
com.sun.xml.ws.db.glassfish | |
com.sun.xml.ws.model | |
com.sun.xml.ws.spi.db |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
WrapperBridge.getTypeInfo() |
TypeInfo |
MarshallerBridge.getTypeInfo() |
TypeInfo |
BridgeWrapper.getTypeInfo() |
(package private) TypeInfo |
JAXBRIContextWrapper.typeInfo(com.sun.xml.bind.api.TypeReference tr) |
Modifier and Type | Method and Description |
---|---|
XMLBridge |
JAXBRIContextWrapper.createBridge(TypeInfo ti) |
QName |
JAXBRIContextWrapper.getTypeName(TypeInfo ti) |
(package private) com.sun.xml.bind.api.TypeReference |
JAXBRIContextWrapper.typeReference(TypeInfo ti) |
Constructor and Description |
---|
JAXBRIContextWrapper(com.sun.xml.bind.api.JAXBRIContext cxt,
Map<TypeInfo,com.sun.xml.bind.api.TypeReference> refs) |
Modifier and Type | Field and Description |
---|---|
(package private) TypeInfo |
ParameterImpl.itemTypeInfo |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
CheckedExceptionImpl.getDetailType() |
TypeInfo |
ParameterImpl.getItemType() |
TypeInfo |
ParameterImpl.getTypeInfo() |
Modifier and Type | Method and Description |
---|---|
XMLBridge |
AbstractSEIModelImpl.getXMLBridge(TypeInfo type) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
WrapperParameter.fillTypes(List<TypeInfo> types) |
(package private) void |
ParameterImpl.fillTypes(List<TypeInfo> types) |
(package private) void |
JavaMethodImpl.fillTypes(List<TypeInfo> types) |
Constructor and Description |
---|
CheckedExceptionImpl(JavaMethodImpl jm,
Class exceptionClass,
TypeInfo detail,
ExceptionType exceptionType) |
ParameterImpl(JavaMethodImpl parent,
TypeInfo type,
javax.jws.WebParam.Mode mode,
int index) |
WrapperParameter(JavaMethodImpl parent,
TypeInfo typeRef,
javax.jws.WebParam.Mode mode,
int index) |
Modifier and Type | Field and Description |
---|---|
(package private) TypeInfo |
WrapperBridge.typeInfo |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
TypeInfo.getItemType() |
TypeInfo |
TypeInfo.getParentCollectionType() |
TypeInfo |
XMLBridge.getTypeInfo()
Gets the
TypeInfo from which this bridge was created. |
TypeInfo |
WrapperBridge.getTypeInfo() |
TypeInfo |
RepeatedElementBridge.getTypeInfo() |
abstract TypeInfo |
OldBridge.getTypeReference()
Gets the
TypeInfo from which this bridge was created. |
TypeInfo |
TypeInfo.toItemType()
|
Modifier and Type | Method and Description |
---|---|
Collection<TypeInfo> |
BindingInfo.typeInfos() |
Modifier and Type | Method and Description |
---|---|
static RepeatedElementBridge.CollectionHandler |
RepeatedElementBridge.create(TypeInfo ti) |
XMLBridge |
BindingContext.createBridge(TypeInfo ref)
Creates a mini-marshaller/unmarshaller that can process a
TypeInfo . |
QName |
BindingContext.getTypeName(TypeInfo tr)
Returns the name of the XML Type bound to the
specified Java type.
|
void |
TypeInfo.setParentCollectionType(TypeInfo parentCollectionType) |
Constructor and Description |
---|
RepeatedElementBridge(TypeInfo typeInfo,
XMLBridge xb) |
WrapperBridge(BindingContext p,
TypeInfo ti) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.