|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.declaration.DecoratedDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration
net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration
org.codehaus.enunciate.contract.jaxws.WebMethod
public class WebMethod
A method invoked on a web service.
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration |
|---|
INHERITDOC_PATTERN |
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration |
|---|
paramsComments, throwsComments |
| Fields inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
delegate, javaDoc |
| Constructor Summary | |
|---|---|
WebMethod(com.sun.mirror.declaration.MethodDeclaration delegate,
EndpointInterface endpointInterface)
|
|
| Method Summary | |
|---|---|
int |
compareTo(WebMethod webMethod)
Web methods must be unique by name. |
java.lang.String |
getAction()
The action of this web method. |
java.lang.String |
getClientSimpleName()
The simple name for client-side code generation. |
EndpointInterface |
getDeclaringEndpointInterface()
The declaring web service for this web method. |
java.util.Collection<WebMessage> |
getMessages()
The messages of this web method. |
java.lang.String |
getOperationName()
The operation name of this web method. |
java.util.Set<java.lang.String> |
getReferencedNamespaces()
A set of the reference namespace for this method. |
RequestWrapper |
getRequestWrapper()
The request wrapper. |
ResponseWrapper |
getResponseWrapper()
The response wrapper, or null if none. |
com.sun.mirror.type.TypeMirror |
getReturnType()
|
javax.jws.soap.SOAPBinding.Style |
getSoapBindingStyle()
The SOAP binding style of this web method. |
javax.jws.soap.SOAPBinding.ParameterStyle |
getSoapParameterStyle()
The SOAP parameter style of this web method. |
javax.jws.soap.SOAPBinding.Use |
getSoapUse()
The SOAP binding use of this web method. |
java.util.Collection<WebFault> |
getWebFaults()
The list of web faults thrown by this method. |
java.util.Collection<WebParam> |
getWebParameters()
The list of web parameters for this method. |
WebResult |
getWebResult()
The web result of this web method. |
boolean |
isDocLitWrapped()
Determine whether this web method is doc/lit wrapped. |
boolean |
isOneWay()
Whether this web method is one-way. |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclaration |
|---|
accept, commentNeedsReplacement, constructJavaDoc, getPropertyName, isGetter, isSetter |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedExecutableDeclaration |
|---|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs, parseParamComments |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedMemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from class net.sf.jelly.apt.decorations.declaration.DecoratedDeclaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getAnnotations, getDelegate, getDocComment, getDocValue, getJavaDoc, getModifiers, getPosition, getSimpleName, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.declaration.ExecutableDeclaration |
|---|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs |
| Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
|---|
getDeclaringType |
| Methods inherited from interface com.sun.mirror.declaration.Declaration |
|---|
equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
| Constructor Detail |
|---|
public WebMethod(com.sun.mirror.declaration.MethodDeclaration delegate,
EndpointInterface endpointInterface)
| Method Detail |
|---|
public java.lang.String getClientSimpleName()
public com.sun.mirror.type.TypeMirror getReturnType()
getReturnType in interface com.sun.mirror.declaration.MethodDeclarationgetReturnType in class net.sf.jelly.apt.decorations.declaration.DecoratedMethodDeclarationpublic WebResult getWebResult()
public java.util.Collection<WebParam> getWebParameters()
public java.util.Collection<WebFault> getWebFaults()
public java.util.Collection<WebMessage> getMessages()
public RequestWrapper getRequestWrapper()
public ResponseWrapper getResponseWrapper()
public java.util.Set<java.lang.String> getReferencedNamespaces()
public java.lang.String getOperationName()
public java.lang.String getAction()
public boolean isOneWay()
public javax.jws.soap.SOAPBinding.Style getSoapBindingStyle()
public EndpointInterface getDeclaringEndpointInterface()
public javax.jws.soap.SOAPBinding.Use getSoapUse()
public javax.jws.soap.SOAPBinding.ParameterStyle getSoapParameterStyle()
public boolean isDocLitWrapped()
public int compareTo(WebMethod webMethod)
compareTo in interface java.lang.Comparable<WebMethod>webMethod - The web method to compare this to.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||