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

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

public class AddressingAnnot
extends java.lang.Object
implements Addressing


Constructor Summary
AddressingAnnot()
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 boolean enabled()
           
 boolean required()
           
 void setEnabled(boolean e)
           
 void setRequired(boolean r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

AddressingAnnot

public AddressingAnnot()
Method Detail

enabled

public boolean enabled()

setEnabled

public void setEnabled(boolean e)

required

public boolean required()

setRequired

public void setRequired(boolean r)

annotationType

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


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