resource.properties

来自「开源的axis2框架的源码。用于开发WEBSERVER」· PROPERTIES 代码 · 共 185 行 · 第 1/2 页

PROPERTIES
185
字号
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#

# Translation instructions.
# 1.  Each message line is of the form key=value.
#     Translate the value, DO NOT translate the key.
# 2.  The messages may contain arguments that will be filled in
#     by the runtime.  These are of the form: {0}, {1}, etc.
#     These must appear as is in the message, though the order
#     may be changed to support proper language syntax.
# 3.  If a single quote character is to appear in the resulting
#     message, it must appear in this file as two consecutive
#     single quote characters.
# 4.  Lines beginning with "#" (like this one) are comment lines
#     and may contain translation instructions.  They need not be
#     translated unless your translated file, rather than this file,
#     will serve as a base for other translators.
#
# Do not remove the following comment line. It is a variable used by a translation tool.
# NLS_MESSAGEFORMAT_VAR

#############################################################################
# DO NOT TOUCH THESE PROPERTIES - THEY ARE AUTOMATICALLY UPDATED BY THE BUILD
# PROCESS.
axisVersion=Apache Axis2 version: #axisVersion#
axisVersionRaw=#axisVersion#
axisBuiltOnRaw=#today#
axisUserAgent=Axis/#axisVersion#
builtOn=Built on #today#
#############################################################################
test01=This string is a test string 01.
faultProcessingNotSupported=User fault processing is not supported. The exception is {0}
exceptionDuringExceptionFlow=An exception occurred during exception processing.  The exception is swallowed and is not propagated back to the caller.
serviceClientCreateError=The ServiceClient cannot be created. 
cannotSetExcutorToNull=An attempt was made to set the Executor to a null value. This is not allowed.
getPortInvalidSEI=An attempt was made to call getPort with the {0} port and {1} service endpoint interface (SEI). However, this call is not allowed.
createDispatchFail0=Dispatch creation failed. The QName port cannot be null.
createDispatchFail1=Dispatch creation failed. The {0} port cannot be found.  Verify that the port has been added to the service.
createDispatchFail2=Dispatch creation failed. The service cannot find Port data for the {0} port.
addPortDup=An attempt was made to add the {0} port to the ServiceDelegate. The port already exists.
addPortErr0=Only the SOAP11HTTP_BINDING, SOAP12HTTP_BINDING, SOAP11HTTP_MTOM_BINDING, SOAP12HTTP_MTOM_BINDING and HTTP_BINDING ports are supported at this time. The {0} port cannot be added to the ServiceDelegate.
addPortErr1=An attempt was made to add the {0} port with the {1} endpoint address, which is not valid, to the ServiceDelegate. This addition is not allowed.
addPortErr2=An attempt was made to add a port without a name to the ServiceDelegate object. This addition is not allowed.
serviceDelegateConstruct0=An attempt was made to construct the ServiceDelegate object with an service name that is not valid: {0}.
serviceDelegateConstruct1=An attempt was made to construct the ServiceDelegate object with the {0} service, but the service is not defined in the {1} WSDL file.
serviceDescErr0=The service class is not valid. The service QName cannot be null.
serviceDescErr1=The service class is not valid. The Service class {0} must be assignable to javax.xml.ws.Service.
serviceDescErr2=The service is not valid. The {0} service QName cannot be found in the WSDL file.
wsdlNotFoundErr=The WSDL file could not be found: {0}
wsdlException=The following WSDL exception occurred: {0}
noWebResultForProperty=The system cannot create the WebResult object for the {0} property of the {1} Java bean.
portInfoErr0=The system cannot construct the port data. The {0} service name is not valid.
portInfoErr1=The system cannot construct the port data. The {0} port name is not valid.
portInfoErr2=The system cannot construct the port data. The {0} binding id is not valid.
# The key portInfoErr3 is not currently used.
# portInfoErr3=The system cannot construct the port data. The {0} service endpoint is not valid.
warnAxisFault=An AxisFault occurred. However, processing continues.  The AxisFault is {0}
handlerChainErr0=An internal error occurred. The {0} logical handler occurs after the protocol handlers.
handlerChainErr1=The {0} handler should not directly implement the javax.xml.ws.handler.Handler interface.
handlerChainErr2=The {0} handler must implement javax.xml.ws.handler.LogicalHandler or javax.xml.ws.handler.soap.SOAPHandler.
ICErr1=An internal error occurred. The invocation context is null.
ICErr2= An internal error occurred. The message context is null.
ICErr3= An internal error occurred. The request message context is null.
ICErr4=The system cannot perform an asynchronous invoke with a null callback.
AsyncPollingNotSupported=Asynchronous polling invocations are not supported.
ICCreateOpClientErr1=The system cannot create the OperationClient. The ServiceClient is null.
ICCreateOpClientErr2=The system cannot create the OperationClient. The operation qname is null.
proxyErr1=An attempt was made to invoke the {0} method, but this method is not available on the javax.xml.ws.BindingProvider or {1} class.
proxyErr2=The @SOAPBinding annotation Style for the service endpoint interface (SEI) and the @SOAPBinding annotation Style for the method should be same.
proxyPrivateMethod=Invalid method call.  The method {0} is not a valid method.
proxyExcludedMethod=Invalid method call.  The method {0} has been excluded using the @WebMethod(exclude=true) annotation.
proxyNullCallback=Invalid AsyncHandler object.  The AsynchHandler cannot be null for an asynchronous callback invocation.
JAXWSMessageReceiverNoServiceClass=The service class cannot be found for this AxisService.
EndpointControllerErr2=The service class is not configured for this endpoint. Processing cannot continue.
EndpointControllerErr4=The {0} provider implementation class cannot be loaded due to an error. Processing cannot continue.
EndpointControllerErr5=A service implementation class cannot be found.
EndpointControllerErr6=The service is unable to load the {0} service implementation class.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?