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

java.lang.Object
  extended by org.apache.axis2.jaxws.description.builder.WebMethodAnnot

public class WebMethodAnnot
extends java.lang.Object


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
 

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()

toString

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

Overrides:
toString in class java.lang.Object


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