JAL-3130 deprecation change preparation
[jalview.git] / j11lib / tmp / com / sun / xml / ws / resources / addressing.properties
1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 #
4 # Copyright (c) 2005-2017 Oracle and/or its affiliates. All rights reserved.
5 #
6 # The contents of this file are subject to the terms of either the GNU
7 # General Public License Version 2 only ("GPL") or the Common Development
8 # and Distribution License("CDDL") (collectively, the "License").  You
9 # may not use this file except in compliance with the License.  You can
10 # obtain a copy of the License at
11 # https://oss.oracle.com/licenses/CDDL+GPL-1.1
12 # or LICENSE.txt.  See the License for the specific
13 # language governing permissions and limitations under the License.
14 #
15 # When distributing the software, include this License Header Notice in each
16 # file and include the License file at LICENSE.txt.
17 #
18 # GPL Classpath Exception:
19 # Oracle designates this particular file as subject to the "Classpath"
20 # exception as provided by Oracle in the GPL Version 2 section of the License
21 # file that accompanied this code.
22 #
23 # Modifications:
24 # If applicable, add the following below the License Header, with the fields
25 # enclosed by brackets [] replaced by your own identifying information:
26 # "Portions Copyright [year] [name of copyright owner]"
27 #
28 # Contributor(s):
29 # If you wish your version of this file to be governed by only the CDDL or
30 # only the GPL Version 2, indicate your decision by adding "[Contributor]
31 # elects to include this software in this distribution under the [CDDL or GPL
32 # Version 2] license."  If you don't indicate a single choice of license, a
33 # recipient has the option to distribute your version of this file under
34 # either the CDDL, the GPL Version 2 or to extend the choice of license to
35 # its licensees as provided above.  However, if you add GPL Version 2 code
36 # and therefore, elected the GPL Version 2 license, then the option applies
37 # only if the new code is made subject to such option by the copyright
38 # holder.
39 #
40
41 wrong.addressing.version=Expected "{0}" version of WS-Addressing but found "{1}"
42 replyTo.cannot.parse=ReplyTo header cannot be parsed
43 faultTo.cannot.parse=FaultTo header cannot be parsed
44 unknown.wsa.header=Unknown WS-Addressing header
45 invalid.wsaw.anonymous=Invalid value obtained from wsaw:Anonymous: "{0}"
46 wsaw.anonymousProhibited=Operation has "prohibited" value for wsaw:anonymous in the WSDL, \
47   Addressing must be disabled and SOAP message need to be hand-crafted
48 null.addressing.version=Unexpected null Addressing version
49 null.soap.version=Unexpected null SOAP version
50 # {0} - qname of an element e.g.: Cannot find an operation in wsdl:binding for "{http://server.fromjavaroundtrip.tango2tango/}oneWayText"
51 wsdlBoundOperation.notFound=Cannot find an operation in wsdl:binding for "{0}"
52 null.binding=Populating request Addressing headers and found null Binding
53 null.wsdlPort=Populating request Addressing headers and found null WSDLPort
54 null.packet=Populating request Addressing headers and found null Packet
55 null.action=Populating request Addressing headers and found null Action
56 null.message=Null message found when processing the server inbound request and WS-Addressing is required
57 null.headers=No headers found when processing the server inbound request and WS-Addressing is required
58 null.wsa.headers=No WS-Addressing headers found processing the server inbound request
59 # {0} - simple class name e.g.: Addressing is not enabled, WsaTube should not be included in the pipeline
60 addressing.notEnabled=Addressing is not enabled, {0} should not be included in the pipeline"
61 addressing.should.be.enabled.=Addressing is not enabled
62 validation.client.nullAction=Validating inbound Addressing headers on client and found null Action
63 validation.server.nullAction=Validating inbound Addressing headers on server and found null Action
64
65 nonAnonymous.response=Sending 202 and processing non-anonymous response
66 nonAnonymous.unknown.protocol=Unknown protocol: "{0}"
67 # {0} - URL
68 nonAnonymous.response.sending=Sending non-anonymous reply to "{0}"
69 nonAnonymous.response.nullHeaders=No response headers found in non-anonymous response from "{0}"
70 # Usage not found. TODO Remove
71 #nonAnonymous.response.nullMessage=No message for non-anonymous response from "{0}"
72 nonAnonymous.response.oneway=Ignoring non-anonymous response for one-way message
73
74 invalid.addressing.header.exception=Invalid WS-Addressing header: "{0}",Reason: "{1}"
75 action.not.supported.exception=Action: "{0}" not supported
76 missing.header.exception=Missing WS-Addressing header: "{0}"
77 non.unique.operation.signature=Operations in a port should have unique operation signature to successfuly identify a \
78   associated wsdl operation for a message. WSDL operation {0} and {1} have the \
79   same operation signature, wsa:Action "{2}" and request body block "{3}", Method dispatching may fail at runtime. \
80   Use unique wsa:Action for each operation
81