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()
           
 AddressingFeature.Responses responses()
           
 void setEnabled(boolean e)
           
 void setRequired(boolean r)
           
 void setResponses(AddressingFeature.Responses r)
           
 java.lang.String toString()
           
 
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
 

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)

responses

public AddressingFeature.Responses responses()

setResponses

public void setResponses(AddressingFeature.Responses r)

annotationType

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

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.