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

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

public class RespectBindingAnnot
extends Object
implements RespectBinding


Constructor Summary
RespectBindingAnnot()
           
 
Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean enabled()
           
 void setEnabled(boolean e)
           
 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

RespectBindingAnnot

public RespectBindingAnnot()
Method Detail

enabled

public boolean enabled()

setEnabled

public void setEnabled(boolean e)

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.