|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.protocol.ResolverSrdiMsg
net.jxta.impl.protocol.ResolverSrdiMsgImpl
public class ResolverSrdiMsgImpl
ResolverQuery provides the binding for the message to query other nodes
Field Summary | |
---|---|
static String |
credentialTag
Description of the Field |
static String |
handlernameTag
Description of the Field |
static String |
payloadTag
Description of the Field |
Constructor Summary | |
---|---|
ResolverSrdiMsgImpl()
Constructor for the ResolverSrdiMsgImpl object |
|
ResolverSrdiMsgImpl(Element root,
MembershipService membership)
Construct from a StructuredDocument |
|
ResolverSrdiMsgImpl(String handlerName,
Credential cred,
String payload)
|
Method Summary | |
---|---|
Document |
getDocument(MimeMediaType asMimeType)
return a Document represetation of this object |
String |
toString()
return the string representaion of this doc |
Methods inherited from class net.jxta.protocol.ResolverSrdiMsg |
---|
getCredential, getHandlerName, getMessageType, getPayload, setCredential, setHandlerName, setPayload |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String handlernameTag
public static final String credentialTag
public static final String payloadTag
Constructor Detail |
---|
public ResolverSrdiMsgImpl()
public ResolverSrdiMsgImpl(Element root, MembershipService membership)
root
- the underlying documentmembership
- membership service used to verify credentialspublic ResolverSrdiMsgImpl(String handlerName, Credential cred, String payload)
Method Detail |
---|
public String toString()
toString
in class Object
public Document getDocument(MimeMediaType asMimeType)
getDocument
in class ResolverSrdiMsg
asMimeType
- type of message
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |