public class WSDLSOAPHeader extends Object implements Serializable
Constructor and Description |
---|
WSDLSOAPHeader(QName element,
String partName) |
Modifier and Type | Method and Description |
---|---|
QName |
getElement()
Returns the name of the header schema element that describes the header's
contents.
|
String |
getPartName()
Returns the name of the WSDL 1.1 part, if the output is WSDL 1.1
|
boolean |
isIncludeInSignature()
Indicates the resulting WSDL should include this header as part of the
interface message.
|
boolean |
isMustUnderstand()
Indicates whether the resulting SOAP header has a mustUnderstand attribute
set to true.
|
boolean |
isRequired()
Indicates whether the resulting SOAP header must be present in the
message.
|
void |
setIncludeInSignature(boolean includeInSignature)
Speficies the resulting WSDL should include this header as part of the
interface message.
|
void |
setMustUnderstand(boolean mustUnderstand)
Specifies whether the resulting SOAP Header has a mustUnderstand attribute
set to true.
|
void |
setRequired(boolean required)
Specifies whether the resulting SOAP header is required to be present on
the message.
|
public QName getElement()
public String getPartName()
public boolean isMustUnderstand()
public void setMustUnderstand(boolean mustUnderstand)
mustUnderstand
- the value of the SOAP mustUnderstand attributepublic boolean isRequired()
public void setRequired(boolean required)
required
- true if the header must be present, otherwise falsepublic boolean isIncludeInSignature()
public void setIncludeInSignature(boolean includeInSignature)
includeInSignature
- whether the header should be part of the
interface messageCopyright © 2018 JBoss by Red Hat. All rights reserved.