public interface  org.apache.axiom.ts.springws.scenario.broker.CustomerService extends java.lang.Object
{
public abstract void validateCustomer(int) throws org.apache.axiom.ts.springws.scenario.broker.UnknownCustomerException;
}