} else if ("CLOSED".equals(input.getName())) {
throw new MarketClosedFault("TO LATE!", 3);
} else if ("UNDECLARED_SOURCE".equals(input.getName())) {
throw new TestNotDeclaredAtSourceFault("not declared", "fault info");
} else if ("UNDECLARED_TARGET".equals(input.getName())) {
throw new IllegalArgumentException("System fault");
}
ObjectFactory jaxbOjectFactory = new ObjectFactory();