public class SoapBindingAnnot extends Object implements javax.jws.soap.SOAPBinding
| Modifier and Type | Method and Description |
|---|---|
Class<Annotation> |
annotationType() |
static SoapBindingAnnot |
createFromAnnotation(Annotation annotation) |
static SoapBindingAnnot |
createSoapBindingAnnotImpl() |
javax.jws.soap.SOAPBinding.ParameterStyle |
parameterStyle() |
void |
setParameterStyle(javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle) |
void |
setStyle(javax.jws.soap.SOAPBinding.Style style) |
void |
setUse(javax.jws.soap.SOAPBinding.Use use) |
javax.jws.soap.SOAPBinding.Style |
style() |
String |
toString()
Convenience method for unit testing.
|
javax.jws.soap.SOAPBinding.Use |
use() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic static SoapBindingAnnot createSoapBindingAnnotImpl()
public static SoapBindingAnnot createFromAnnotation(Annotation annotation)
public javax.jws.soap.SOAPBinding.Style style()
public javax.jws.soap.SOAPBinding.Use use()
public javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle()
public void setParameterStyle(javax.jws.soap.SOAPBinding.ParameterStyle parameterStyle)
parameterStyle - The parameterStyle to set.public void setStyle(javax.jws.soap.SOAPBinding.Style style)
style - The style to set.public void setUse(javax.jws.soap.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–2018 The Apache Software Foundation. All rights reserved.