Uses of Interface
com.sun.tools.ws.processor.modeler.annotation.TypeMoniker

Packages that use TypeMoniker
com.sun.tools.ws.processor.modeler.annotation   
 

Uses of TypeMoniker in com.sun.tools.ws.processor.modeler.annotation
 

Classes in com.sun.tools.ws.processor.modeler.annotation that implement TypeMoniker
(package private) static class TypeMonikerFactory.ArrayTypeMoniker
           
(package private) static class TypeMonikerFactory.DeclaredTypeMoniker
           
(package private) static class TypeMonikerFactory.PrimitiveTypeMoniker
           
(package private) static class TypeMonikerFactory.StringMoniker
           
 

Fields in com.sun.tools.ws.processor.modeler.annotation declared as TypeMoniker
 TypeMoniker FaultInfo.beanTypeMoniker
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation that return TypeMoniker
 TypeMoniker FaultInfo.getBeanTypeMoniker()
           
static TypeMoniker TypeMonikerFactory.getTypeMoniker(String typeName)
           
static TypeMoniker TypeMonikerFactory.getTypeMoniker(TypeMirror typeMirror)
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type TypeMoniker
 void FaultInfo.setBeanTypeMoniker(TypeMoniker typeMoniker)
           
 

Constructors in com.sun.tools.ws.processor.modeler.annotation with parameters of type TypeMoniker
FaultInfo(TypeMoniker typeMoniker, boolean isWSDLException)