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

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

public class AddressingAnnot
extends Object
implements Addressing


Constructor Summary
AddressingAnnot()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean enabled()
           
 boolean required()
           
 javax.xml.ws.soap.AddressingFeature.Responses responses()
           
 void setEnabled(boolean e)
           
 void setRequired(boolean r)
           
 void setResponses(javax.xml.ws.soap.AddressingFeature.Responses r)
           
 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 javax.xml.ws.soap.AddressingFeature.Responses responses()

setResponses

public void setResponses(javax.xml.ws.soap.AddressingFeature.Responses r)

annotationType

public Class<? extends Annotation> annotationType()
Specified by:
annotationType in interface Annotation

toString

public String toString()
Specified by:
toString in interface Annotation
Overrides:
toString in class Object


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