|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.types.UnknownDataContainer
org.ws4d.java.message.Message
org.ws4d.java.message.eventing.RenewMessage
public class RenewMessage
Field Summary | |
---|---|
static URI |
ACTION
|
Fields inherited from class org.ws4d.java.message.Message |
---|
MULTICAST_ROUTING_SCHEME, UNICAST_ROUTING_SCHEME, UNKNOWN_ROUTING_SCHEME |
Constructor Summary | |
---|---|
RenewMessage(SOAPHeader header)
|
|
RenewMessage(java.lang.String communicationManagerId)
Creates a new Renew message containing a SOAPHeader with the
appropriate action property set and a
unique message ID property . |
Method Summary | |
---|---|
java.lang.String |
getExpires()
|
int |
getType()
Type of message. |
void |
setExpires(java.lang.String expires)
|
java.lang.String |
toString()
|
Methods inherited from class org.ws4d.java.message.Message |
---|
getAction, getAppSequence, getCertificate, getHeader, getMessageId, getPrivateKey, getProtocolInfo, getRelatesTo, getReplyTo, getRoutingScheme, getTargetAddress, getTargetXAddressInfo, getTo, isInbound, isSecure, setCertificate, setInbound, setPrivateKey, setProtocolInfo, setResponseTo, setResponseTo, setRoutingScheme, setSecure, setTargetXAddressInfo |
Methods inherited from class org.ws4d.java.types.UnknownDataContainer |
---|
addUnknownAttribute, addUnknownElement, getUnknownAttribute, getUnknownAttributes, getUnknownElement, getUnknownElements, getUnknownElements, setUnknownAttributes, setUnknownElements |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final URI ACTION
Constructor Detail |
---|
public RenewMessage(java.lang.String communicationManagerId)
SOAPHeader
with the
appropriate action property
set and a
unique message ID property
. All other
header- and eventing-related fields are empty and it is the caller's
responsibility to fill them with suitable values.
public RenewMessage(SOAPHeader header)
header
- Method Detail |
---|
public java.lang.String toString()
toString
in class Message
public int getType()
Message
getType
in class Message
public java.lang.String getExpires()
public void setExpires(java.lang.String expires)
expires
- the expires to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |