public class SOAPBindingImpl extends Object implements SOAPBinding
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
style |
protected String |
transportURI |
Constructor and Description |
---|
SOAPBindingImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Get the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension
are required.
|
String |
getStyle()
Get the style for this SOAP binding.
|
String |
getTransportURI()
Get the transport URI to be used with this binding.
|
void |
setElementType(QName elementType)
Set the type of this extensibility element.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
void |
setStyle(String style)
Set the style for this SOAP binding.
|
void |
setTransportURI(String transportURI)
Set the SOAP transport URI to be used for communicating
with this binding.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected String style
protected String transportURI
public static final long serialVersionUID
public void setElementType(QName elementType)
setElementType
in interface ExtensibilityElement
elementType
- the typepublic QName getElementType()
getElementType
in interface ExtensibilityElement
public void setRequired(Boolean required)
setRequired
in interface ExtensibilityElement
public Boolean getRequired()
getRequired
in interface ExtensibilityElement
public void setStyle(String style)
setStyle
in interface SOAPBinding
style
- the desired stylepublic String getStyle()
getStyle
in interface SOAPBinding
public void setTransportURI(String transportURI)
setTransportURI
in interface SOAPBinding
transportURI
- the URI describing the transport
to be usedpublic String getTransportURI()
getTransportURI
in interface SOAPBinding
Copyright © 2017 JBoss by Red Hat. All rights reserved.