Package uk.org.ogsadai.client.toolkit.resource

Examples of uk.org.ogsadai.client.toolkit.resource.ResourceWrapper


    /**
     * {@inheritDoc}
     */
    public void update(Observable o, Object arg)
    {
        ResourceWrapper resource = (ResourceWrapper)arg;
        String serviceURL = ((AxisResource)resource.getResource()).getURLString();
        addInput(URL, serviceURL);
        addInput(RESOURCE_ID, new StringData(resource.getResourceID().toString()));
    }
View Full Code Here

TOP

Related Classes of uk.org.ogsadai.client.toolkit.resource.ResourceWrapper

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.