public class SOAPOperationImpl extends Object implements SOAPOperation
Modifier and Type | Field and Description |
---|---|
protected QName |
elementType |
protected Boolean |
required |
static long |
serialVersionUID |
protected String |
soapActionURI |
protected String |
style |
Constructor and Description |
---|
SOAPOperationImpl() |
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 |
getSoapActionURI()
Get the value of the SOAP action attribute.
|
String |
getStyle()
Get the style for this SOAP operation.
|
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 |
setSoapActionURI(String soapActionURI)
Set the SOAP action attribute.
|
void |
setStyle(String style)
Set the style for this SOAP operation.
|
String |
toString() |
protected QName elementType
protected Boolean required
protected String soapActionURI
protected String style
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 setSoapActionURI(String soapActionURI)
setSoapActionURI
in interface SOAPOperation
soapActionURI
- the desired value of the SOAP
action header for this operation.public String getSoapActionURI()
getSoapActionURI
in interface SOAPOperation
public void setStyle(String style)
setStyle
in interface SOAPOperation
style
- the desired stylepublic String getStyle()
getStyle
in interface SOAPOperation
Copyright © 2017 JBoss by Red Hat. All rights reserved.