x.toString();
break;
case WSE:
throw new WebServiceException("WebServiceFault");
case WSDL_FAULT:
ThrowExceptionFaultBean tefb = new ThrowExceptionFaultBean();
tefb.setText("faultBean");
throw new ThrowExceptionFault("message", tefb);
}
return null;
}