Project JXTA

net.jxta.impl.protocol
Class RouteResponse

java.lang.Object
  extended bynet.jxta.protocol.RouteResponseMsg
      extended bynet.jxta.impl.protocol.RouteResponse

public class RouteResponse
extends RouteResponseMsg

RouteResponse message used by the Endpoint Routing protocol to query for route


Constructor Summary
RouteResponse()
          Construct a doc from strings
RouteResponse(Element root)
          Construct from a StructuredDocument
 
Method Summary
 Document getDocument(MimeMediaType asMimeType)
          return a Document represetation of this object
 String toString()
          return a string representaion of this RouteResponse doc
 
Methods inherited from class net.jxta.protocol.RouteResponseMsg
getAdvertisementType, getDestRoute, getSrcRoute, setDestRoute, setSrcRoute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RouteResponse

public RouteResponse()
Construct a doc from strings


RouteResponse

public RouteResponse(Element root)
Construct from a StructuredDocument

Method Detail

getDocument

public Document getDocument(MimeMediaType asMimeType)
return a Document represetation of this object


toString

public String toString()
return a string representaion of this RouteResponse doc


JXTA J2SE