com.sun.tools.ws.processor.modeler.annotation
Class AnnotationProcessorContext.SEIContext

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.annotation.AnnotationProcessorContext.SEIContext
Enclosing class:
AnnotationProcessorContext

public static class AnnotationProcessorContext.SEIContext
extends Object


Constructor Summary
AnnotationProcessorContext.SEIContext(String seiName)
           
 
Method Summary
 void addExceptionBeanEntry(String exception, FaultInfo faultInfo, ModelBuilder builder)
           
 void clearExceptionMap()
           
 FaultInfo getExceptionBeanName(String exception)
           
 boolean getImplementsSEI()
           
 String getNamespaceURI()
           
 WrapperInfo getReqOperationWrapper(MethodDeclaration method)
           
 WrapperInfo getResOperationWrapper(MethodDeclaration method)
           
 String getSEIImplName()
           
 String methodToString(MethodDeclaration method)
           
 void setImplementsSEI(boolean implementsSEI)
           
 void setNamespaceURI(String namespaceURI)
           
 void setReqWrapperOperation(MethodDeclaration method, WrapperInfo wrapperInfo)
           
 void setResWrapperOperation(MethodDeclaration method, WrapperInfo wrapperInfo)
           
 void setSEIImplName(String implName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProcessorContext.SEIContext

public AnnotationProcessorContext.SEIContext(String seiName)
Method Detail

setImplementsSEI

public void setImplementsSEI(boolean implementsSEI)

getImplementsSEI

public boolean getImplementsSEI()

setNamespaceURI

public void setNamespaceURI(String namespaceURI)

getNamespaceURI

public String getNamespaceURI()

getSEIImplName

public String getSEIImplName()

setSEIImplName

public void setSEIImplName(String implName)

setReqWrapperOperation

public void setReqWrapperOperation(MethodDeclaration method,
                                   WrapperInfo wrapperInfo)

getReqOperationWrapper

public WrapperInfo getReqOperationWrapper(MethodDeclaration method)

setResWrapperOperation

public void setResWrapperOperation(MethodDeclaration method,
                                   WrapperInfo wrapperInfo)

getResOperationWrapper

public WrapperInfo getResOperationWrapper(MethodDeclaration method)

methodToString

public String methodToString(MethodDeclaration method)

clearExceptionMap

public void clearExceptionMap()

addExceptionBeanEntry

public void addExceptionBeanEntry(String exception,
                                  FaultInfo faultInfo,
                                  ModelBuilder builder)

getExceptionBeanName

public FaultInfo getExceptionBeanName(String exception)