Project JXTA

net.jxta.impl.protocol
Class RouteResponse

java.lang.Object
  extended by net.jxta.protocol.RouteResponseMsg
      extended by net.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

Specified by:
getDocument in class RouteResponseMsg

toString

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

Overrides:
toString in class Object

JXTA J2SE