All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
protected void |
checkForInvalidImplAnnotation(Element element,
Class annotationClass) |
protected void |
checkForInvalidSeiAnnotation(TypeElement element,
Class annotationClass) |
protected boolean |
classImplementsSei(TypeElement classElement,
TypeElement interfaceElement) |
protected int |
getModeParameterCount(ExecutableElement method,
WebParam.Mode mode) |
protected String |
getNamespace(PackageElement packageElement) |
protected VariableElement |
getOutParameter(ExecutableElement method) |
protected boolean |
hasWebMethods(TypeElement element) |
protected boolean |
isDocLitWrapped() |
protected boolean |
isEquivalentModes(WebParam.Mode mode1,
WebParam.Mode mode2) |
protected boolean |
isHolder(VariableElement param) |
protected boolean |
isLegalImplementation(WebService webService,
TypeElement classElement) |
protected boolean |
isLegalMethod(ExecutableElement method,
TypeElement typeElement) |
protected boolean |
isLegalParameter(VariableElement param,
ExecutableElement method,
TypeElement typeElement,
int paramIndex) |
protected boolean |
isLegalSei(TypeElement interfaceElement) |
protected boolean |
isLegalType(TypeMirror type) |
protected boolean |
isValidOneWayMethod(ExecutableElement method,
TypeElement typeElement) |
protected boolean |
methodsAreLegal(TypeElement element) |
protected SOAPBinding |
popSoapBinding() |
protected void |
postProcessWebService(WebService webService,
TypeElement element) |
protected void |
preProcessWebService(WebService webService,
TypeElement element) |
protected boolean |
processedMethod(ExecutableElement method) |
protected abstract void |
processMethod(ExecutableElement method,
WebMethod webMethod) |
protected void |
processMethods(TypeElement element) |
protected abstract void |
processWebService(WebService webService,
TypeElement element) |
protected boolean |
pushSoapBinding(SOAPBinding soapBinding,
Element bindingElement,
TypeElement classElement) |
protected boolean |
sameMethod(ExecutableElement method1,
ExecutableElement method2) |
static boolean |
sameStyle(SOAPBinding.Style style,
SOAPStyle soapStyle) |
protected boolean |
shouldProcessMethod(ExecutableElement method,
WebMethod webMethod) |
protected boolean |
shouldProcessWebService(WebService webService,
TypeElement element) |
protected void |
verifyImplAnnotations(TypeElement d) |
protected void |
verifySeiAnnotations(WebService webService,
TypeElement d) |
Void |
visitExecutable(ExecutableElement method,
Object o) |
Void |
visitType(TypeElement e,
Object o) |