alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (expected_multiplebinding_ibmjdk.idl)

This example Apache CXF source code file (expected_multiplebinding_ibmjdk.idl) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

The Apache CXF expected_multiplebinding_ibmjdk.idl source code

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
        );
    };
};
module edell {
    module test2 {
        struct num2 {
            long long2;
        };
    };
    interface test1 {
        struct num1 {
            string str1;
        };
        num1
        opNum1(
            in num1 in1,
            out num1 out1,
            inout num1 inout1
        );
    };
};

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF expected_multiplebinding_ibmjdk.idl source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.