public class EnumerationEndMessage extends EnumerationMessage
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ENUMERATION_END_ACTION_URI |
ACTION_NOT_SUPPORTED_SUBCODE, DESTINATION_UNREACHABLE_SUBCODE, ENDPOINT_UNAVAILABLE_SUBCODE, INVALID_MESSAGE_INFORMATION_HEADER_SUBCODE, MESSAGE_INFORMATION_HEADER_REQUIRED_SUBCODE| Constructor and Description |
|---|
EnumerationEndMessage()
The constructor for creating an EnumerationEndMessage
|
EnumerationEndMessage(javax.xml.soap.SOAPMessage msg)
The constructor for parsing an EnumerationEndMessage
|
EnumerationEndMessage(java.lang.String addressingNamespace) |
EnumerationEndMessage(java.lang.String addressingNamespace, boolean usingSOAP12) |
| Modifier and Type | Method and Description |
|---|---|
EnumerationEnd |
getEnumerationEnd() |
void |
setAction(java.lang.String action)
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerationEnd
|
void |
setEnumerationEnd(EnumerationEnd enumerationEnd)
Set the EnumerationEnd.
|
addRelatesTo, addRelatesTo, addRelatesTo, addRelatesTo, getAction, getAddressingNamespace, getFaultTo, getFrom, getMessageID, getRelatesTo, getReplyTo, getSOAPMessage, getTo, send, send, setFaultTo, setFaultTo, setFrom, setFrom, setMessageID, setReplyTo, setReplyTo, setSOAPVersion, setTo, setTopublic static final java.lang.String ENUMERATION_END_ACTION_URI
public EnumerationEndMessage()
throws javax.xml.soap.SOAPException,
java.net.URISyntaxException
javax.xml.soap.SOAPExceptionjava.net.URISyntaxException
public EnumerationEndMessage(java.lang.String addressingNamespace)
throws javax.xml.soap.SOAPException,
java.net.URISyntaxException
javax.xml.soap.SOAPExceptionjava.net.URISyntaxException
public EnumerationEndMessage(java.lang.String addressingNamespace,
boolean usingSOAP12)
throws javax.xml.soap.SOAPException,
java.net.URISyntaxException
javax.xml.soap.SOAPExceptionjava.net.URISyntaxException
public EnumerationEndMessage(javax.xml.soap.SOAPMessage msg)
throws javax.xml.soap.SOAPException
msg -javax.xml.soap.SOAPException
public final void setAction(java.lang.String action)
throws java.net.URISyntaxException
setAction in class AddressingMessagejava.net.URISyntaxExceptionpublic EnumerationEnd getEnumerationEnd() throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPExceptionpublic void setEnumerationEnd(EnumerationEnd enumerationEnd) throws javax.xml.soap.SOAPException
enumerationEnd -javax.xml.soap.SOAPException