/** * Process a customer order according to the * <a href="../spec/specification.html#cust-order-proc">specification</a> and * <a href="../spec/requirements.rtf">requirements</a> */ public void processCustomerOrder() { ... } /** * Creates and sends * <a href="../spec/specification.html#cust-order-diag-resp"> * a response message</a> according to * <a href="../spec/specification.html#cust-order-diag">a customer request</a> */ public void generateCustomerResponse() {