com.sun.tools.ws.processor.modeler.annotation
Class AnnotationProcessorContext.SEIContext
java.lang.Object
com.sun.tools.ws.processor.modeler.annotation.AnnotationProcessorContext.SEIContext
- Enclosing class:
- AnnotationProcessorContext
public static class AnnotationProcessorContext.SEIContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProcessorContext.SEIContext
public AnnotationProcessorContext.SEIContext(String seiName)
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)