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, waitequals, hashCodepublic 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 Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.