|
|||||||||
| 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.metadata.GetMetadataMessage
public class GetMetadataMessage
| 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 | |
|---|---|
GetMetadataMessage(SOAPHeader header)
|
|
GetMetadataMessage(java.lang.String communicationManagerId)
Creates a new Get message containing a SOAPHeader with the
appropriate action property set and a
unique message ID property. |
|
| Method Summary | |
|---|---|
URI |
getDialect()
|
URI |
getIdentifier()
|
int |
getType()
Type of message. |
void |
setDialect(URI dialect)
|
void |
setIdentifier(URI identifier)
|
| 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, toString |
| 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 GetMetadataMessage(java.lang.String communicationManagerId)
SOAPHeader with the
appropriate action property set and a
unique message ID property. All other
header- and metadataexchange-related fields are empty and it is the
caller's responsibility to fill them with suitable values.
public GetMetadataMessage(SOAPHeader header)
header - | Method Detail |
|---|
public int getType()
Message
getType in class Messagepublic URI getDialect()
public void setDialect(URI dialect)
dialect - the dialect to setpublic URI getIdentifier()
public void setIdentifier(URI identifier)
identifier - the identifier to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||