View Javadoc

1   package com.ontotext.ordi.wsmo4rdf.remote;
2   
3   public final class Constants {
4       public static final String XML_NAMESPACE = "http://www.w3.org/2000/xmlns/";
5       public static final String SRX_NAMESPACE = "http://www.w3.org/2005/sparql-results#";
6       public static final String WSMLSYNTAX_NAMESPACE = "http://www.wsmo.org/wsml/wsml-syntax#";
7       public static final String XSI_NAMESPACE = "http://www.w3.org/2001/XMLSchema-instance";
8   
9       public static final String DEFAULT_SERVICE_HOST = "localhost";
10      public static final int DEFAULT_SERVICE_PORT = 9000;
11  }