blob: 6d21bb3295a296a3726ab46ebf1e23819482505c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 BSI Business Systems Integration AG.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Daniel Wiehl (BSI Business Systems Integration AG) - initial API and implementation
******************************************************************************/
package org.eclipse.scout.sdk.ws.jaxws;
public interface JaxWsIcons {
String BindingFile = "XSDTypeDefinition.gif";
String BuildJaxWsXmlFile = "build-jaxws.png";
String BuildProperties = "XSDTypeDefinition.gif";
String BuildDirective = "property_obj.gif";
String RebuildWsStub = "rebuild_ws_stub.png";
String Port = "port_obj.gif";
String PortType = "port_obj.gif";
String Refresh = "refresh.png";
String RepairInfo = "quick_assist_obj.gif";
String RepairWarning = "quick_fix_warning_obj.gif";
String RepairError = "quick_fix_error_obj.gif";
String Service = "service_obj.gif";
String SourceFolder = "packagefolder_obj.png";
String SunJaxWsXmlFile = "sunJaxWs.png";
String WsdlFile = "wsdl_file_obj.gif";
String XmlFile = "xmlFile.gif";
String XsdSchema = "xsdFile.gif";
String JaxWsAlias = "browser.gif";
String Jar = "jar_obj.gif";
String LibraryConflict = "ov_javadev48.gif";
String Up = "arrow_up.gif";
String Down = "arrow_down.gif";
String Filter = "filter.gif";
String Transactional = "repository-synchronize.gif";
String UrlPattern = "url_pattern.png";
String CredentialValidationStrategyFolder = "credential_validation_strategy_folder.png";
String CredentialValidationStrategyBinary = "credential_validation_strategy_binary.png";
String CredentialValidationStrategy = "credential_validation_strategy.png";
String HandlerFolder = "handler_folder.png";
String Handler = "handler.png";
String HandlerBinary = "handler_binary.png";
String Handlers = "handlers.png";
String SessionFactoryFolder = "session_folder.png";
String SessionFactory = "session.png";
String SessionFactoryBinary = "session_binary.png";
String AuthenticationHandlerFolder = "authentication_handler_folder.png";
String AuthenticationHandler = "authentication_handler.png";
String AuthenticationHandlerBinary = "authentication_handler_binary.png";
String WebservicesFolder = "webservices_folder.png";
String WebserviceProviderFolder = "webservice_folder.png";
String WebserviceProvider = "service_obj.gif";
String WebServiceProviderCodeFirst = "webservice_code_first.png";
String WebserviceConsumerFolder = "webservice_folder.png";
String WebserviceConsumer = "service_obj.gif";
}