Uses of Class
com.sun.xml.ws.spi.db.TypeInfo
Packages that use TypeInfo
Package
Description
-
Uses of TypeInfo in com.sun.xml.ws.api.model
Methods in com.sun.xml.ws.api.model that return TypeInfoModifier and TypeMethodDescriptionCheckedException.getDetailType()Gives theTypeInfoof the detail -
Uses of TypeInfo in com.sun.xml.ws.db.glassfish
Methods in com.sun.xml.ws.db.glassfish that return TypeInfoModifier and TypeMethodDescriptionBridgeWrapper.getTypeInfo()MarshallerBridge.getTypeInfo()WrapperBridge.getTypeInfo() -
Uses of TypeInfo in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return TypeInfoModifier and TypeMethodDescriptionCheckedExceptionImpl.getDetailType()ParameterImpl.getItemType()ParameterImpl.getTypeInfo()Methods in com.sun.xml.ws.model with parameters of type TypeInfoModifier and TypeMethodDescriptionfinal XMLBridgeAbstractSEIModelImpl.getXMLBridge(TypeInfo type) Constructors in com.sun.xml.ws.model with parameters of type TypeInfoModifierConstructorDescriptionCheckedExceptionImpl(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) -
Uses of TypeInfo in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db that return TypeInfoModifier and TypeMethodDescriptionTypeInfo.getItemType()TypeInfo.getParentCollectionType()RepeatedElementBridge.getTypeInfo()WrapperBridge.getTypeInfo()XMLBridge.getTypeInfo()Gets theTypeInfofrom which this bridge was created.abstract TypeInfoOldBridge.getTypeReference()Gets theTypeInfofrom which this bridge was created.TypeInfo.getWrapperType()TypeInfo.toItemType()Methods in com.sun.xml.ws.spi.db that return types with arguments of type TypeInfoMethods in com.sun.xml.ws.spi.db with parameters of type TypeInfoModifier and TypeMethodDescriptionprotected com.sun.xml.bind.v2.schemagen.xmlschema.OccursServiceArtifactSchemaGenerator.addChild(com.sun.xml.bind.v2.schemagen.xmlschema.ExplicitGroup sq, QName name, TypeInfo typeInfo) BindingContext.createBridge(TypeInfo ref) Creates a mini-marshaller/unmarshaller that can process aTypeInfo.BindingContext.getTypeName(TypeInfo tr) Returns the name of the XML Type bound to the specified Java type.voidTypeInfo.setParentCollectionType(TypeInfo parentCollectionType) Constructors in com.sun.xml.ws.spi.db with parameters of type TypeInfoModifierConstructorDescriptionRepeatedElementBridge(TypeInfo typeInfo, XMLBridge xb) WrapperBridge(BindingContext p, TypeInfo ti)