Package edu.monash.merc.wsclient.rm

Examples of edu.monash.merc.wsclient.rm.RmWsClient


    }


    private void init() {
        if (wsClient == null) {
            wsClient = new RmWsClient();
            wsClient.setServiceName(appSettings.getPropValue(AppPropSettings.ANDS_PARTY_ACTIVITY_WS_NAME));
            wsClient.setTargetEndpoint(appSettings.getPropValue(AppPropSettings.ANDS_PARTY_ACTIVITY_WS_ENDPOINT));
            wsClient.setTimeout(Long.valueOf(appSettings.getPropValue(AppPropSettings.ANDS_PARTY_ACTIVITY_WS_TIMEOUT)).longValue());
            wsClient.serviceInit();
            configured = true;
View Full Code Here

TOP

Related Classes of edu.monash.merc.wsclient.rm.RmWsClient

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.