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 java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProcessorContext.SEIContext
public AnnotationProcessorContext.SEIContext(java.lang.String seiName)
setImplementsSEI
public void setImplementsSEI(boolean implementsSEI)
getImplementsSEI
public boolean getImplementsSEI()
setNamespaceURI
public void setNamespaceURI(java.lang.String namespaceURI)
getNamespaceURI
public java.lang.String getNamespaceURI()
getSEIImplName
public java.lang.String getSEIImplName()
setSEIImplName
public void setSEIImplName(java.lang.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 java.lang.String methodToString(MethodDeclaration method)
clearExceptionMap
public void clearExceptionMap()
addExceptionBeanEntry
public void addExceptionBeanEntry(java.lang.String exception,
FaultInfo faultInfo,
ModelBuilder builder)
getExceptionBeanName
public FaultInfo getExceptionBeanName(java.lang.String exception)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.