org.apache.axis2.jaxws.description.builder
Class BindingTypeAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.BindingTypeAnnot
- All Implemented Interfaces:
- Annotation, BindingType
public class BindingTypeAnnot
- extends Object
- implements BindingType
createBindingTypeAnnotImpl
public static BindingTypeAnnot createBindingTypeAnnotImpl()
createBindingTypeAnnotImpl
public static BindingTypeAnnot createBindingTypeAnnotImpl(String value)
createFromAnnotation
public static BindingTypeAnnot createFromAnnotation(Annotation annotation)
value
public String value()
- Returns:
- Returns the value.
setValue
public void setValue(String value)
- Parameters:
value
- The value to set.
annotationType
public Class<Annotation> annotationType()
- Specified by:
annotationType
in interface Annotation
toString
public String toString()
- Convenience method for unit testing. We will print all of the
data members here.
- Specified by:
toString
in interface Annotation
- Overrides:
toString
in class Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.