testing/itest/jms/format-jmstextxmlinjmsobjectout/src/main/java/org/apache/tuscany/sca/binding/jms/format/jmsdefault/helloworld/HelloWorldReferenceImpl.java [37:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getGreetings(String name){
        String stringValue = helloWorldService1.getGreetings(name) + " " +
                             helloWorldService2.getGreetings(name) + " " +
                             helloWorldService3.getGreetings(name) + " " +
                             helloWorldService4.getGreetings(name);
        
        try {
            helloWorldService3.throwChecked(name);
        } catch (CheckedException e) {
            stringValue += " " + e.getMessage();
        }
        
        try {
            helloWorldService3.throwUnChecked(name);
        } catch (Exception e) {
            stringValue += " " + e.getMessage();
        }
        
        try {
            helloWorldService4.throwChecked(name);
        } catch (CheckedException e) {
            stringValue += " " + e.getMessage();
        }
        
        try {
            helloWorldService4.throwUnChecked(name);
        } catch (Exception e) {
            stringValue += " " + e.getMessage();
        }        
        
        return stringValue;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



testing/itest/jms/format-jmsdefault/src/main/java/org/apache/tuscany/sca/binding/jms/format/jmsdefault/helloworld/HelloWorldReferenceImpl.java [37:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String getGreetings(String name){
        String stringValue = helloWorldService1.getGreetings(name) + " " +
                             helloWorldService2.getGreetings(name) + " " +
                             helloWorldService3.getGreetings(name) + " " +
                             helloWorldService4.getGreetings(name);
        
        try {
            helloWorldService3.throwChecked(name);
        } catch (CheckedException e) {
            stringValue += " " + e.getMessage();
        }
        
        try {
            helloWorldService3.throwUnChecked(name);
        } catch (Exception e) {
            stringValue += " " + e.getMessage();
        }
        
        try {
            helloWorldService4.throwChecked(name);
        } catch (CheckedException e) {
            stringValue += " " + e.getMessage();
        }
        
        try {
            helloWorldService4.throwUnChecked(name);
        } catch (Exception e) {
            stringValue += " " + e.getMessage();
        }        
        
        return stringValue;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



