net.jxta.impl.protocol
Class PeerInfoQueryMsg
java.lang.Object
net.jxta.protocol.PeerInfoQueryMessage
net.jxta.impl.protocol.PeerInfoQueryMsg
- public class PeerInfoQueryMsg
- extends PeerInfoQueryMessage
This class implements PeerInfoQueryMessage
.
This message is part of the Peer PeerInfoService protocol
<xs:element name="PeerInfoQueryMessage" type="jxta:PeerInfoQueryMessage"/>
<xs:complexType name="PeerInfoQueryMessage">
<xs:element name="sourcePid" type="xs:anyURI"/>
<xs:element name="targetPid" type="xs:anyURI"/>
<!-- if no present then the response is the general peerinfo -->
<xs:element name="request" type="xs:anyType" minOccurs="0"/>
</xs:complexType>
- Since:
- JXTA 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeerInfoQueryMsg
public PeerInfoQueryMsg()
PeerInfoQueryMsg
public PeerInfoQueryMsg(Element root)
initialize
public void initialize(Element root)
getDocument
public Document getDocument(MimeMediaType encodeAs)