Transcript
  • 1. Copyright 2014 by Intertech, Inc.
  • 2. Copyright 2014 by Intertech, Inc.
  • 3. Copyright 2014 by Intertech, Inc.
  • 4. Copyright 2014 by Intertech, Inc. public class ExampleServiceBean { public void printShiporder(Object order){ System.out.println(order); } }
  • 5. Copyright 2014 by Intertech, Inc. public void serviceMethod(Message message){ // service code } public void serviceMethod(Foo foo){ // service code }
  • 6. Copyright 2014 by Intertech, Inc. public Foo serviceMethod(Message message){ // service code }
  • 7. Copyright 2014 by Intertech, Inc.

Recommended