public static class AnnotationProcessorContext.SeiContext extends Object
Constructor and Description |
---|
SeiContext() |
SeiContext(Name seiName)
Deprecated.
use empty constructor, seiName value is ignored
|
Modifier and Type | Method and Description |
---|---|
void |
addExceptionBeanEntry(Name exception,
FaultInfo faultInfo,
ModelBuilder builder) |
void |
clearExceptionMap() |
FaultInfo |
getExceptionBeanName(Name exception) |
boolean |
getImplementsSei() |
String |
getNamespaceUri() |
WrapperInfo |
getReqOperationWrapper(ExecutableElement method) |
WrapperInfo |
getResOperationWrapper(ExecutableElement method) |
Name |
getSeiImplName() |
String |
methodToString(ExecutableElement method) |
void |
setImplementsSei(boolean implementsSei) |
void |
setNamespaceUri(String namespaceUri) |
void |
setReqWrapperOperation(ExecutableElement method,
WrapperInfo wrapperInfo) |
void |
setResWrapperOperation(ExecutableElement method,
WrapperInfo wrapperInfo) |
void |
setSeiImplName(Name implName) |
public SeiContext()
public SeiContext(Name seiName)
seiName
- public void setImplementsSei(boolean implementsSei)
public boolean getImplementsSei()
public void setNamespaceUri(String namespaceUri)
public String getNamespaceUri()
public Name getSeiImplName()
public void setSeiImplName(Name implName)
public void setReqWrapperOperation(ExecutableElement method, WrapperInfo wrapperInfo)
public WrapperInfo getReqOperationWrapper(ExecutableElement method)
public void setResWrapperOperation(ExecutableElement method, WrapperInfo wrapperInfo)
public WrapperInfo getResOperationWrapper(ExecutableElement method)
public String methodToString(ExecutableElement method)
public void clearExceptionMap()
public void addExceptionBeanEntry(Name exception, FaultInfo faultInfo, ModelBuilder builder)
Copyright © 2018 Oracle Corporation. All rights reserved.