private ToolContext penv;
private Class seiClass;
public void process() throws ToolException {
try {
model = new WSDLModel();
} catch (Exception e) {
Message msg = new Message("FAIL_TO_BUILD_WSDLMODEL", LOG);
LOG.log(Level.SEVERE, msg.toString());
throw new ToolException(msg);
}