src/share/jaxws_classes/com/sun/xml/internal/ws/resources/addressing.properties

Thu, 31 Aug 2017 15:18:52 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:18:52 +0800
changeset 637
9c07ef4934dd
parent 368
0989ad8c0860
parent 0
373ffda63c9a
permissions
-rw-r--r--

merge

aoqi@0 1 #
aoqi@0 2 # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
aoqi@0 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
aoqi@0 4 #
aoqi@0 5 # This code is free software; you can redistribute it and/or modify it
aoqi@0 6 # under the terms of the GNU General Public License version 2 only, as
aoqi@0 7 # published by the Free Software Foundation. Oracle designates this
aoqi@0 8 # particular file as subject to the "Classpath" exception as provided
aoqi@0 9 # by Oracle in the LICENSE file that accompanied this code.
aoqi@0 10 #
aoqi@0 11 # This code is distributed in the hope that it will be useful, but WITHOUT
aoqi@0 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
aoqi@0 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
aoqi@0 14 # version 2 for more details (a copy is included in the LICENSE file that
aoqi@0 15 # accompanied this code).
aoqi@0 16 #
aoqi@0 17 # You should have received a copy of the GNU General Public License version
aoqi@0 18 # 2 along with this work; if not, write to the Free Software Foundation,
aoqi@0 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
aoqi@0 20 #
aoqi@0 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
aoqi@0 22 # or visit www.oracle.com if you need additional information or have any
aoqi@0 23 # questions.
aoqi@0 24 #
aoqi@0 25
aoqi@0 26 wrong.addressing.version=Expected "{0}" version of WS-Addressing but found "{1}"
aoqi@0 27 replyTo.cannot.parse=ReplyTo header cannot be parsed
aoqi@0 28 faultTo.cannot.parse=FaultTo header cannot be parsed
aoqi@0 29 unknown.wsa.header=Unknown WS-Addressing header
aoqi@0 30 invalid.wsaw.anonymous=Invalid value obtained from wsaw:Anonymous: "{0}"
aoqi@0 31 wsaw.anonymousProhibited=Operation has "prohibited" value for wsaw:anonymous in the WSDL, \
aoqi@0 32 Addressing must be disabled and SOAP message need to be hand-crafted
aoqi@0 33 null.addressing.version=Unexpected null Addressing version
aoqi@0 34 null.soap.version=Unexpected null SOAP version
aoqi@0 35 # {0} - qname of an element e.g.: Cannot find an operation in wsdl:binding for "{http://server.fromjavaroundtrip.tango2tango/}oneWayText"
aoqi@0 36 wsdlBoundOperation.notFound=Cannot find an operation in wsdl:binding for "{0}"
aoqi@0 37 null.binding=Populating request Addressing headers and found null Binding
aoqi@0 38 null.wsdlPort=Populating request Addressing headers and found null WSDLPort
aoqi@0 39 null.packet=Populating request Addressing headers and found null Packet
aoqi@0 40 null.action=Populating request Addressing headers and found null Action
aoqi@0 41 null.message=Null message found when processing the server inbound request and WS-Addressing is required
aoqi@0 42 null.headers=No headers found when processing the server inbound request and WS-Addressing is required
aoqi@0 43 null.wsa.headers=No WS-Addressing headers found processing the server inbound request
aoqi@0 44 # {0} - simple class name e.g.: Addressing is not enabled, WsaTube should not be included in the pipeline
aoqi@0 45 addressing.notEnabled=Addressing is not enabled, {0} should not be included in the pipeline"
aoqi@0 46 addressing.should.be.enabled.=Addressing is not enabled
aoqi@0 47 validation.client.nullAction=Validating inbound Addressing headers on client and found null Action
aoqi@0 48 validation.server.nullAction=Validating inbound Addressing headers on server and found null Action
aoqi@0 49
aoqi@0 50 nonAnonymous.response=Sending 202 and processing non-anonymous response
aoqi@0 51 nonAnonymous.unknown.protocol=Unknown protocol: "{0}"
aoqi@0 52 # {0} - URL
aoqi@0 53 nonAnonymous.response.sending=Sending non-anonymous reply to "{0}"
aoqi@0 54 nonAnonymous.response.nullHeaders=No response headers found in non-anonymous response from "{0}"
aoqi@0 55 # Usage not found. TODO Remove
aoqi@0 56 #nonAnonymous.response.nullMessage=No message for non-anonymous response from "{0}"
aoqi@0 57 nonAnonymous.response.oneway=Ignoring non-anonymous response for one-way message
aoqi@0 58
aoqi@0 59 invalid.addressing.header.exception=Invalid WS-Addressing header: "{0}",Reason: "{1}"
aoqi@0 60 action.not.supported.exception=Action: "{0}" not supported
aoqi@0 61 missing.header.exception=Missing WS-Addressing header: "{0}"
aoqi@0 62 non.unique.operation.signature=Operations in a port should have unique operation signature to successfuly identify a \
aoqi@0 63 associated wsdl operation for a message. WSDL operation {0} and {1} have the \
aoqi@0 64 same operation signature, wsa:Action "{2}" and request body block "{3}", Method dispatching may fail at runtime. \
aoqi@0 65 Use unique wsa:Action for each operation

mercurial