Package net.jxta.endpoint

Examples of net.jxta.endpoint.TextDocumentMessageElement


        if (endpointRouter != null) {
            routeControl = (RouteControl)
     endpointRouter.transportControl(EndpointRouter.GET_ROUTE_CONTROL, null);
            RouteAdvertisement route = routeControl.getMyLocalRoute();
            if (route != null) {
    routeAdvElement = new TextDocumentMessageElement(ROUTEADV,
      (XMLDocument) route.getDocument(MimeMediaType.XMLUTF8),
      null);
            }
  }
    }
View Full Code Here

TOP

Related Classes of net.jxta.endpoint.TextDocumentMessageElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.