Package test.wsdl.marshall3.types

Examples of test.wsdl.marshall3.types.StringArrayTestResponse


    public ShortArrayTestResponse shortArrayTest(ShortArrayTest parameters) throws java.rmi.RemoteException {
        return new ShortArrayTestResponse(parameters.getShortArray());
    }

    public StringArrayTestResponse stringArrayTest(StringArrayTest parameters) throws java.rmi.RemoteException {
        return new StringArrayTestResponse(parameters.getStringArray());
    }
View Full Code Here

TOP

Related Classes of test.wsdl.marshall3.types.StringArrayTestResponse

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.