public class RenewResponseMessage extends EnumerationMessage
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RENEW_RESPONSE_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 |
|---|
RenewResponseMessage()
The constructor for creating an RenewResponseMessage
|
RenewResponseMessage(javax.xml.soap.SOAPMessage msg)
The constructor for parsing an RenewResponseMessage
|
RenewResponseMessage(java.lang.String addressingNamespace) |
RenewResponseMessage(java.lang.String addressingNamespace, boolean usingSOAP12) |
| Modifier and Type | Method and Description |
|---|---|
RenewResponse |
getRenewResponse() |
void |
setAction(java.lang.String action)
Overwrite setAction() so that actoin is always http://schemas.xmlsoap.org/ws/2004/09/enumeration/RenewResponse
|
void |
setRenewResponse(RenewResponse renewResponse)
Set the RenewResponse.
|
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 RENEW_RESPONSE_ACTION_URI
public RenewResponseMessage()
throws javax.xml.soap.SOAPException,
java.net.URISyntaxException
javax.xml.soap.SOAPExceptionjava.net.URISyntaxException
public RenewResponseMessage(java.lang.String addressingNamespace)
throws javax.xml.soap.SOAPException,
java.net.URISyntaxException
javax.xml.soap.SOAPExceptionjava.net.URISyntaxException
public RenewResponseMessage(java.lang.String addressingNamespace,
boolean usingSOAP12)
throws javax.xml.soap.SOAPException,
java.net.URISyntaxException
javax.xml.soap.SOAPExceptionjava.net.URISyntaxException
public RenewResponseMessage(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 RenewResponse getRenewResponse() throws javax.xml.soap.SOAPException
javax.xml.soap.SOAPExceptionpublic void setRenewResponse(RenewResponse renewResponse) throws javax.xml.soap.SOAPException
renewResponse -javax.xml.soap.SOAPException