|
|||||||||
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.discovery.DiscoveryMessage
org.ws4d.java.message.discovery.HelloMessage
public class HelloMessage
Field Summary | |
---|---|
URI |
ACTION
|
Fields inherited from class org.ws4d.java.message.Message |
---|
MULTICAST_ROUTING_SCHEME, UNICAST_ROUTING_SCHEME, UNKNOWN_ROUTING_SCHEME |
Constructor Summary | |
---|---|
HelloMessage(DiscoveryData discoveryData,
java.lang.String communicationManagerId)
|
|
HelloMessage(SOAPHeader header,
DiscoveryData discoveryData)
|
|
HelloMessage(java.lang.String communicationManagerId)
Creates a new Hello message containing a SOAPHeader with the
appropriate action property set, the
default to property for ad-hoc mode (
WSDConstants.WSD_TO ) and a unique
message ID property . |
Method Summary | |
---|---|
int |
getType()
Type of message. |
Methods inherited from class org.ws4d.java.message.discovery.DiscoveryMessage |
---|
createDiscoveryHeader, getDiscoveryData, getEndpointReference, getMetadataVersion, getScopes, getTypes, getXAddressInfoSet, setDiscoveryData, 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 URI ACTION
Constructor Detail |
---|
public HelloMessage(java.lang.String communicationManagerId)
SOAPHeader
with the
appropriate action property
set, the
default to property
for ad-hoc mode (
WSDConstants.WSD_TO
) and a unique
message ID property
. All other header-
and discovery-related fields are empty and it is the caller's
responsibility to fill them with suitable values.
public HelloMessage(DiscoveryData discoveryData, java.lang.String communicationManagerId)
discoveryData
- public HelloMessage(SOAPHeader header, DiscoveryData discoveryData)
header
- discoveryData
- Method Detail |
---|
public int getType()
Message
getType
in class Message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |