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

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

mercurial