DOMUtil.getQName(e));
assertEquals("urn:test", DOMUtil.getElementText(e));
}
public void testConfigureExchange() {
ComponentContext ctx = (ComponentContext) Proxy.newProxyInstance(
ComponentContext.class.getClassLoader(),
new Class[] { ComponentContext.class },
new InvocationHandler() {
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
throw new UnsupportedOperationException();