Searched refs:XmlWireAdapter (Results 1 – 2 of 2) sorted by relevance
30 public class XmlWireAdapter implements PoloWireInterface { class57 public XmlWireAdapter(InputStream input, OutputStream output) { in XmlWireAdapter() method in XmlWireAdapter68 public static XmlWireAdapter fromContext(PairingContext context) { in fromContext()69 return new XmlWireAdapter(context.getPeerInputStream(), in fromContext()
22 import com.google.polo.wire.xml.XmlWireAdapter;45 return XmlWireAdapter.fromContext(context); in getWireInterface()