org.apache.axis2.jaxws.description.builder
Class WebMethodAnnot

java.lang.Object
  extended by org.apache.axis2.jaxws.description.builder.WebMethodAnnot
All Implemented Interfaces:
java.lang.annotation.Annotation, WebMethod

public class WebMethodAnnot
extends java.lang.Object
implements WebMethod


Method Summary
 java.lang.String action()
           
 java.lang.Class<java.lang.annotation.Annotation> annotationType()
           
static WebMethodAnnot createWebMethodAnnotImpl()
           
 boolean exclude()
           
 java.lang.String operationName()
           
 void setAction(java.lang.String action)
           
 void setExclude(boolean exclude)
           
 void setOperationName(java.lang.String operationName)
           
 java.lang.String toString()
          Convenience method for unit testing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Method Detail

createWebMethodAnnotImpl

public static WebMethodAnnot createWebMethodAnnotImpl()

operationName

public java.lang.String operationName()

action

public java.lang.String action()

exclude

public boolean exclude()

setAction

public void setAction(java.lang.String action)
Parameters:
action - The action to set.

setExclude

public void setExclude(boolean exclude)
Parameters:
exclude - The exclude to set.

setOperationName

public void setOperationName(java.lang.String operationName)
Parameters:
operationName - The operationName to set.

annotationType

public java.lang.Class<java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public java.lang.String toString()
Convenience method for unit testing. We will print all of the data members here.

Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object


Copyright © 2007 Apache Web Services Project. All Rights Reserved.