throw new SOAPException(Constants.FAULT_CODE_PROTOCOL,
"Unsupported content type \"" +
rootPart.getContentType() + "\", must be: \"" +
Constants.HEADERVAL_CONTENT_TYPE + "\".");
// Apply Transport-Hook-Extension
reqMsg.editIncoming(editor);
// Parse into Envelope.
return reqMsg.unmarshall(xdb);
}
public static Provider loadProvider(DeploymentDescriptor dd,