public class SoapBindingAnnot extends Object implements SOAPBinding
SOAPBinding.ParameterStyle, SOAPBinding.Style, SOAPBinding.Use
Modifier and Type | Method and Description |
---|---|
Class<Annotation> |
annotationType() |
static SoapBindingAnnot |
createFromAnnotation(Annotation annotation) |
static SoapBindingAnnot |
createSoapBindingAnnotImpl() |
SOAPBinding.ParameterStyle |
parameterStyle() |
void |
setParameterStyle(SOAPBinding.ParameterStyle parameterStyle) |
void |
setStyle(SOAPBinding.Style style) |
void |
setUse(SOAPBinding.Use use) |
SOAPBinding.Style |
style() |
String |
toString()
Convenience method for unit testing.
|
SOAPBinding.Use |
use() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public static SoapBindingAnnot createSoapBindingAnnotImpl()
public static SoapBindingAnnot createFromAnnotation(Annotation annotation)
public SOAPBinding.Style style()
public SOAPBinding.Use use()
public SOAPBinding.ParameterStyle parameterStyle()
public void setParameterStyle(SOAPBinding.ParameterStyle parameterStyle)
parameterStyle
- The parameterStyle to set.public void setStyle(SOAPBinding.Style style)
style
- The style to set.public void setUse(SOAPBinding.Use use)
use
- The use to set.public Class<Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.