File | Line |
---|
org\tmforum\mtosi\simulator\util\jaxrpc\axis13\MtosiMessageParserImpl.java | 84 |
org\tmforum\mtosi\simulator\util\jaxrpc\axis13\MtosiMessageParserImpl.java | 126 |
try {
classDef = Class.forName(className);
Method method = classDef.getDeclaredMethod("getTypeDesc", null);
typeDesc = (TypeDesc) method.invoke(null, null);
} catch (ClassNotFoundException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_DATABINDING_CLASS, className),
e);
} catch (SecurityException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (NoSuchMethodException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (IllegalArgumentException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (IllegalAccessException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (InvocationTargetException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} |
File | Line |
---|
org\tmforum\mtosi\simulator\util\jaxrpc\axis13\MtosiMessageParserImpl.java | 91 |
org\tmforum\mtosi\simulator\util\jaxrpc\axis13\MtosiMessageParserImpl.java | 179 |
typeDesc = (TypeDesc) method.invoke(null, null);
} catch (SecurityException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (NoSuchMethodException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (IllegalArgumentException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (IllegalAccessException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (InvocationTargetException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
}
QName qName = typeDesc.getXmlType(); |
File | Line |
---|
org\tmforum\mtosi\simulator\util\jaxrpc\axis13\MtosiMessageParserImpl.java | 133 |
org\tmforum\mtosi\simulator\util\jaxrpc\axis13\MtosiMessageParserImpl.java | 179 |
typeDesc = (TypeDesc) method.invoke(null, null);
} catch (SecurityException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (NoSuchMethodException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (IllegalArgumentException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (IllegalAccessException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} catch (InvocationTargetException e) {
throw new SOAPException(msgs.get(
MessageConstants.CANNOT_LOAD_TYPE_DESC, className), e);
} |