|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ws4d.java.dispatch.HelloData
public class HelloData
Data associated with a received hello message. A device reference created by this data is more specific than another created only by an endpoint reference.
| Constructor Summary | |
|---|---|
HelloData(HelloMessage hello,
ProtocolData protocolData)
|
|
| Method Summary | |
|---|---|
Iterator |
getDevicePortTypes()
Get port types of the device transmitted by the hello message. |
EndpointReference |
getEndpointReference()
Get endpoint reference of the device transmitted by the hello message. |
long |
getMetadataVersion()
Get metadata version of the device transmitted by the hello message. |
ProtocolData |
getProtocolData()
|
Iterator |
getScopes()
Get scopes of the device transmitted by the hello message. |
ProtocolInfo |
getVersion()
Get the ProtocolVersion of the Hello message. |
Iterator |
getXAddressInfos()
Get transport addresses of the device transmitted by the hello message. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HelloData(HelloMessage hello,
ProtocolData protocolData)
| Method Detail |
|---|
public EndpointReference getEndpointReference()
public long getMetadataVersion()
public Iterator getScopes()
public Iterator getDevicePortTypes()
public Iterator getXAddressInfos()
public ProtocolInfo getVersion()
public java.lang.String toString()
toString in class java.lang.Objectpublic ProtocolData getProtocolData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||