public InvocationHandler newInvocationHandler(final InvocationType type) {
InvocationHandler handler = null;
switch (type) {
case JAXRPC_JSE:
handler = new InvocationHandlerJAXRPC();
break;
// TODO !!
// case JAXRPC_EJB21:
// handler = new InvocationHandlerEJB21();
// break;