com.sun.tools.ws.processor.model.java
Class JavaInterface

java.lang.Object
  extended by com.sun.tools.ws.processor.model.java.JavaInterface

public class JavaInterface
extends Object


Constructor Summary
JavaInterface()
           
JavaInterface(String name)
           
JavaInterface(String name, String impl)
           
 
Method Summary
 void addInterface(String interfaceName)
           
 void addMethod(JavaMethod method)
           
 String getFormalName()
           
 String getImpl()
           
 Iterator getInterfaces()
           
 List getInterfacesList()
           
 String getJavaDoc()
           
 Iterator getMethods()
           
 List getMethodsList()
           
 String getName()
           
 String getRealName()
           
 String getSimpleName()
           
 boolean hasInterface(String interfaceName)
           
 boolean hasMethod(JavaMethod method)
           
 void setFormalName(String s)
           
 void setImpl(String s)
           
 void setInterfacesList(List l)
           
 void setJavaDoc(String javadoc)
           
 void setMethodsList(List l)
           
 void setRealName(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaInterface

public JavaInterface()

JavaInterface

public JavaInterface(String name)

JavaInterface

public JavaInterface(String name,
                     String impl)
Method Detail

getName

public String getName()

getFormalName

public String getFormalName()

setFormalName

public void setFormalName(String s)

getRealName

public String getRealName()

setRealName

public void setRealName(String s)

getImpl

public String getImpl()

setImpl

public void setImpl(String s)

getMethods

public Iterator getMethods()

hasMethod

public boolean hasMethod(JavaMethod method)

addMethod

public void addMethod(JavaMethod method)

getMethodsList

public List getMethodsList()

setMethodsList

public void setMethodsList(List l)

hasInterface

public boolean hasInterface(String interfaceName)

addInterface

public void addInterface(String interfaceName)

getInterfaces

public Iterator getInterfaces()

getInterfacesList

public List getInterfacesList()

setInterfacesList

public void setInterfacesList(List l)

getSimpleName

public String getSimpleName()

getJavaDoc

public String getJavaDoc()

setJavaDoc

public void setJavaDoc(String javadoc)