com.sun.tools.ws.processor.modeler.annotation
Class TypeMonikerFactory

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.annotation.TypeMonikerFactory

public class TypeMonikerFactory
extends Object

Author:
dkohlert

Constructor Summary
TypeMonikerFactory()
           
 
Method Summary
static TypeMoniker getTypeMoniker(String typeName)
           
static TypeMoniker getTypeMoniker(TypeMirror typeMirror)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMonikerFactory

public TypeMonikerFactory()
Method Detail

getTypeMoniker

public static TypeMoniker getTypeMoniker(TypeMirror typeMirror)

getTypeMoniker

public static TypeMoniker getTypeMoniker(String typeName)


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