Uses of Class
com.sun.xml.ws.spi.db.TypeInfo
-
Packages that use TypeInfo Package Description com.sun.xml.ws.api.model 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.api.model
Methods in com.sun.xml.ws.api.model that return TypeInfo Modifier and Type Method Description TypeInfoCheckedException. 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 TypeInfo Modifier and Type Method Description TypeInfoBridgeWrapper. getTypeInfo()TypeInfoMarshallerBridge. getTypeInfo()TypeInfoWrapperBridge. getTypeInfo() -
Uses of TypeInfo in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return TypeInfo Modifier and Type Method Description TypeInfoCheckedExceptionImpl. getDetailType()TypeInfoParameterImpl. getItemType()TypeInfoParameterImpl. getTypeInfo()Methods in com.sun.xml.ws.model with parameters of type TypeInfo Modifier and Type Method Description XMLBridgeAbstractSEIModelImpl. getXMLBridge(TypeInfo type)Constructors in com.sun.xml.ws.model with parameters of type TypeInfo Constructor 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) -
Uses of TypeInfo in com.sun.xml.ws.spi.db
Methods in com.sun.xml.ws.spi.db that return TypeInfo Modifier and Type Method Description TypeInfoTypeInfo. getItemType()TypeInfoTypeInfo. getParentCollectionType()TypeInfoRepeatedElementBridge. getTypeInfo()TypeInfoWrapperBridge. getTypeInfo()TypeInfoXMLBridge. getTypeInfo()Gets theTypeInfofrom which this bridge was created.abstract TypeInfoOldBridge. getTypeReference()Gets theTypeInfofrom which this bridge was created.TypeInfoTypeInfo. getWrapperType()TypeInfoTypeInfo. toItemType()Methods in com.sun.xml.ws.spi.db that return types with arguments of type TypeInfo Modifier and Type Method Description Collection<TypeInfo>BindingInfo. typeInfos()Methods in com.sun.xml.ws.spi.db with parameters of type TypeInfo Modifier and Type Method Description protected OccursServiceArtifactSchemaGenerator. addChild(ExplicitGroup sq, QName name, TypeInfo typeInfo)static RepeatedElementBridge.CollectionHandlerRepeatedElementBridge. create(TypeInfo ti)XMLBridgeBindingContext. createBridge(TypeInfo ref)Creates a mini-marshaller/unmarshaller that can process aTypeInfo.QNameBindingContext. 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 TypeInfo Constructor Description RepeatedElementBridge(TypeInfo typeInfo, XMLBridge xb)WrapperBridge(BindingContext p, TypeInfo ti)
-