com.sun.xml.rpc.resources.dii.properties Maven / Gradle / Ivy
#
# Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
service.exception.nested=service error: {0}
service.interface.required=not an interface: {0}
service.implementation.not.found=cannot locate service implementation class for service: {0}
service.implementation.cannot.create=failed to create service implementation instance: {0}
dii.exception.nested=dynamic invocation error: {0}
dii.service.does.not.contain.port=service: {0} does not contain port: {1}
dii.port.does.not.contain.operation=port: {0} does not contain operation: {1}
dii.required.property.not.set=property: "{0}" must be set on a Call object before it can be invoked in this configuration
dii.parameter.type.unknown=no serializer/deserializer could be found for parameter number: {0}, named: "{1}", class: {2}, type: "{3}"
dii.parameter.type.ambiguous.no.class=the serializer/deserializer for parameter number: {0}, named: "{1}", type: "{2}", is ambiguous because its class could not be determined
dii.parameter.type.ambiguous.no.typename=the serializer/deserializer for parameter number: {0}, named: "{1}", class: {2}, is ambiguous because its XML type could not be determined
dii.parameter.type.underspecified=the serializer/deserializer for parameter number: {0}, named: "{1}" cannot be found because no class or XML type could be determined for it
dii.parameter.count.exceeded=expected only {0} parameter(s)
dii.typeregistry.encodingstyle.unrecognized=encoding style "{0}" not found in type registry
dii.typeregistry.missing.in.call=call object cannot be created without a TypeRegistry
dii.call.property.set.unrecognized=cannot set unrecognized property: {0} on a Call object
dii.call.property.get.unrecognized=cannot get unrecognized property: {0} on a Call object
dii.service.cant.create.call.without.registry=service cannot create Call object until a TypeRegistry has been set using setTypeMappingRegistry()
dii.service.cant.create.proxy.parameter.name.type.mismatch=number of parameter types does not match number of parameter names for method: {0}
dii.service.no.wsdl.available=WSDL data missing, this operation is not available
dii.parameter.invalid.type=parameter was expected to be of type: {0} but was of type: {1} instead
dii.outparameters.not.available=output parameters are only available after Invoke() has been called
dii.parameterandreturntypespec.not.allowed=cannot set parameter or return types on this Call object
dii.operation.style.unsupported=operation style: "{0}" not supported
dii.encoding.style.unsupported=encoding style: "{0}" not supported
dii.wsdl.service.unknown=could not find service: {0} in the specified WSDL file. The service names found were: {1}
dii.dynamicproxy.method.unrecognized=could not dispatch to method: {0} known methods are: {1}