X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2FXMLRPC.java;fp=src%2Forg%2Fxwt%2FXMLRPC.java;h=6c1699cc3d5c7937aca6f2476a433827f8f7950d;hp=f78936a18dde6f9cc976e1e20700b148160c0e85;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/XMLRPC.java b/src/org/ibex/XMLRPC.java similarity index 98% rename from src/org/xwt/XMLRPC.java rename to src/org/ibex/XMLRPC.java index f78936a..6c1699c 100644 --- a/src/org/xwt/XMLRPC.java +++ b/src/org/ibex/XMLRPC.java @@ -1,16 +1,15 @@ // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] -package org.xwt; +package org.ibex; import java.io.*; -import java.net.*; import java.util.*; -import org.xwt.js.*; -import org.xwt.util.*; +import org.ibex.js.*; +import org.ibex.util.*; import org.bouncycastle.util.encoders.Base64; /** * An XML-RPC client implemented as a JavaScript Host Object. See the - * XWT spec for information on its behavior. + * Ibex spec for information on its behavior. * * NOTE: this client is EXTREMELY lenient in the responses it will * accept; there are many, many invalid responses that it will @@ -120,7 +119,7 @@ class XMLRPC extends JS { objects.setElementAt(nd, objects.size() - 1); } catch (Exception e) { - throw new RuntimeException("xwt.net.rpc.xml.recieve.malformedDateTag" + + throw new RuntimeException("ibex.net.rpc.xml.recieve.malformedDateTag" + "the server sent a tag which was malformed: " + s); } case "member":