Uses of Class
com.sun.xml.ws.spi.db.TypeInfo

Packages that use TypeInfo
com.sun.xml.ws.db.glassfish   
com.sun.xml.ws.model   
com.sun.xml.ws.spi.db   
 

Uses of TypeInfo in com.sun.xml.ws.db.glassfish
 

Methods in com.sun.xml.ws.db.glassfish that return TypeInfo
 TypeInfo BridgeWrapper.getTypeInfo()
           
 TypeInfo MarshallerBridge.getTypeInfo()
           
 TypeInfo WrapperBridge.getTypeInfo()
           
 

Uses of TypeInfo in com.sun.xml.ws.model
 

Methods in com.sun.xml.ws.model that return TypeInfo
 TypeInfo CheckedExceptionImpl.getDetailType()
           
 TypeInfo ParameterImpl.getItemType()
           
 TypeInfo ParameterImpl.getTypeInfo()
           
 

Methods in com.sun.xml.ws.model with parameters of type TypeInfo
 XMLBridge AbstractSEIModelImpl.getXMLBridge(TypeInfo type)
           
 

Constructors in com.sun.xml.ws.model with parameters of type TypeInfo
CheckedExceptionImpl(JavaMethodImpl jm, Class exceptionClass, TypeInfo detail, ExceptionType exceptionType)
           
ParameterImpl(JavaMethodImpl parent, TypeInfo type, WebParam.Mode mode, int index)
           
WrapperParameter(JavaMethodImpl parent, TypeInfo typeRef, WebParam.Mode mode, int index)
           
 

Uses of TypeInfo in com.sun.xml.ws.spi.db
 

Methods in com.sun.xml.ws.spi.db that return TypeInfo
 TypeInfo TypeInfo.getItemType()
           
 TypeInfo TypeInfo.getParentCollectionType()
           
 TypeInfo RepeatedElementBridge.getTypeInfo()
           
 TypeInfo WrapperBridge.getTypeInfo()
           
 TypeInfo XMLBridge.getTypeInfo()
          Gets the TypeInfo from which this bridge was created.
abstract  TypeInfo OldBridge.getTypeReference()
          Gets the TypeInfo from which this bridge was created.
 TypeInfo TypeInfo.toItemType()
          Creates a TypeInfo for the item type, if this TypeInfo represents a collection type.
 

Methods in com.sun.xml.ws.spi.db that return types with arguments of type TypeInfo
 Collection<TypeInfo> BindingInfo.typeInfos()
           
 

Methods in com.sun.xml.ws.spi.db with parameters of type TypeInfo
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)
           
 

Constructors in com.sun.xml.ws.spi.db with parameters of type TypeInfo
RepeatedElementBridge(TypeInfo typeInfo, XMLBridge xb)
           
WrapperBridge(BindingContext p, TypeInfo ti)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.