|
Apache CXF example source code file (expected_multiplebinding.idl)
The Apache CXF expected_multiplebinding.idl source codemodule edell { module test2 { struct num2 { long long2; }; }; interface test1 { struct num1 { string str1; }; num1 opNum1( in num1 in1, out num1 out1, inout num1 inout1 ); }; }; module edell { module test1 { struct num1 { string str1; }; }; interface test2 { struct num2 { long long2; }; num2 opNum2( in num2 in2, out num2 out2, inout num2 inout2 ); }; }; Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF expected_multiplebinding.idl source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.