25262728293031
public class ServiceDeclarationFactory { public static ServiceDeclaration getServiceDeclaration (String s) throws InvalidSyntaxException { return new ServiceDeclarationImpl(s); }