ohair@286: # ohair@286: # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. ohair@286: # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. ohair@286: # ohair@286: # This code is free software; you can redistribute it and/or modify it ohair@286: # under the terms of the GNU General Public License version 2 only, as ohair@286: # published by the Free Software Foundation. Oracle designates this ohair@286: # particular file as subject to the "Classpath" exception as provided ohair@286: # by Oracle in the LICENSE file that accompanied this code. ohair@286: # ohair@286: # This code is distributed in the hope that it will be useful, but WITHOUT ohair@286: # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ohair@286: # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License ohair@286: # version 2 for more details (a copy is included in the LICENSE file that ohair@286: # accompanied this code). ohair@286: # ohair@286: # You should have received a copy of the GNU General Public License version ohair@286: # 2 along with this work; if not, write to the Free Software Foundation, ohair@286: # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. ohair@286: # ohair@286: # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA ohair@286: # or visit www.oracle.com if you need additional information or have any ohair@286: # questions. ohair@286: # ohair@286: ohair@286: # SAAJ ResourceBundle properties file ohair@286: # Contains Log messages for impl ohair@286: # Error messages ohair@286: SAAJ0101.impl.parent.of.body.elem.mustbe.body=SAAJ0101: Parent of a SOAPBodyElement has to be a SOAPBody ohair@286: SAAJ0102.impl.cannot.locate.ns=SAAJ0102: Unable to locate namespace for prefix {0} ohair@286: SAAJ0103.impl.cannot.add.fragements=SAAJ0103: Cannot add fragments which contain elements which are in the SOAP namespace ohair@286: SAAJ0105.impl.encoding.style.mustbe.valid.URI=SAAJ0105: Encoding style {0} should be a valid URI ohair@286: SAAJ0106.impl.no.null.to.parent.elem=SAAJ0106: Cannot pass NULL to setParentElement ohair@286: SAAJ0107.impl.elem.child.not.single.text=SAAJ0107: Cannot setValue on an Element that does not have an only child of type Text ohair@286: ohair@286: SAAJ0110.impl.fault.already.exists=SAAJ0110: Error: Fault already exists ohair@286: SAAJ0111.impl.body.parent.must.be.envelope=SAAJ0111: Parent of SOAPBody has to be a SOAPEnvelope ohair@286: ohair@286: SAAJ0112.impl.no.null.to.parent.elem=SAAJ0112: Cannot pass NULL to setParentElement ohair@286: SAAJ0113.impl.cannot.split.text.from.comment=SAAJ0113: Cannot split text from a Comment Node ohair@286: SAAJ0114.impl.cannot.replace.wholetext.from.comment=SAAJ0114: Cannot replace whole text from a Comment Node ohair@286: ohair@286: SAAJ0120.impl.header.already.exists=SAAJ0120: Can't add a header when one is already present ohair@286: SAAJ0121.impl.invalid.first.child.of.envelope=SAAJ0121: First child of Envelope must be either a Header or Body ohair@286: SAAJ0122.impl.body.already.exists=SAAJ0122: Can't add a body when one is already present ohair@286: SAAJ0123.impl.no.reserved.xmlns=SAAJ0123: Cannot declare reserved xmlns prefix ohair@286: SAAJ0124.impl.qualified.name.cannot.be.xmlns=SAAJ0124: Qualified name cannot be xmlns ohair@286: #SAAJ0125.impl.URI.cannot.be.null=SAAJ0125: URI cannot be null ohair@286: SAAJ0126.impl.cannot.locate.ns=SAAJ0126: Unable to locate namespace for prefix {0} ohair@286: SAAJ0127.impl.no.null.for.parent.elem=SAAJ0127: Cannot pass NULL to setParentElement ohair@286: ohair@286: SAAJ0130.impl.header.elem.parent.mustbe.header=SAAJ0130: Parent of a SOAPHeaderElement has to be a SOAPHeader ohair@286: SAAJ0131.impl.header.elems.ns.qualified=SAAJ0131: HeaderElements must be namespace qualified ohair@286: SAAJ0132.impl.invalid.value.for.actor.or.role=SAAJ0132: Invalid value for actor or role ohair@286: SAAJ0133.impl.header.parent.mustbe.envelope=SAAJ0133: Parent of SOAPHeader has to be a SOAPEnvelope ohair@286: SAAJ0134.impl.header.elems.ns.qualified=SAAJ0134: HeaderElements must be namespace qualified ohair@286: ohair@286: SAAJ0140.impl.no.ns.URI=SAAJ0140: Empty/Null NamespaceURI specified for faultCode {0} ohair@286: SAAJ0141.impl.detail.exists=SAAJ0141: Detail already exists ohair@286: SAAJ0142.impl.reason.or.text.not.supported=SAAJ0142: Fault/Reason/Text not supported by this SOAP version, try SOAP 1.2 or later ohair@286: SAAJ0143.impl.node.not.supported=SAAJ0143: Fault/Node not supported by this SOAP version, try SOAP 1.2 or later ohair@286: SAAJ0144.impl.role.not.supported=SAAJ0144: Fault/Role not supported by this SOAP version, try SOAP 1.2 or later ohair@286: SAAJ0145.impl.no.null.to.parent.elem=SAAJ0145: Cannot pass NULL to setParentElement ohair@286: SAAJ0146.impl.invalid.name.change.requested=SAAJ0146: Cannot change name of element {0} to {1} ohair@286: SAAJ0147.impl.invalid.uri.change.requested=SAAJ0147: Cannot change the URI for prefix {0} from {1} to {2} in setElementQName ohair@286: SAAJ0148.impl.invalid.prefix.for.uri=Non-empty namespace URI: {0} for an empty prefix in SetElementQName ohair@286: SAAJ0149.impl.null.prefix=SAAJ0149: prefix cannot be "null" when creating a QName ohair@286: ohair@286: SAAJ0250.impl.body.should.have.exactly.one.child=SAAJ0250: Cannot extract Document from body ohair@286: SAAJ0251.impl.cannot.extract.document.from.body=SAAJ0251: Unable to extract Document from body ohair@286: ohair@286: # Debug messages ohair@286: SAAJ0150.impl.added.attr=SAAJ0150: Added attribute {0} ohair@286: SAAJ0151.impl.no.children=SAAJ0151: Cannot find node containing value: there are no children ohair@286: SAAJ0152.impl.first.child.not.text.node=SAAJ0152: Cannot find node containing value: first child is not a Text node ohair@286: SAAJ0153.impl.multiple.children.same.value=SAAJ0153: Cannot find node containing value: There is more than one child node ohair@286: SAAJ0154.impl.adding.fault.to.nonbody=SAAJ0154: A SOAPFault element can only be added as a child of SOAPBody ohair@286: SAAJ0155.impl.adding.detail.nonfault=SAAJ0155: A Detail element can only be added as a child of a SOAPFault ohair@286: SAAJ0156.impl.adding.fault.error=SAAJ0156: Cannot add SOAPFault, a SOAPFault should be the only child of a SOAPBody ohair@286: SAAJ0157.impl.detail.exists.error=SAAJ0157: Cannot add Detail, Detail already exists ohair@286: SAAJ0158.impl.version.mismatch.fault=SAAJ0158: SOAP Version mismatch encountered when trying to add SOAPFault to SOAPBody ohair@286: SAAJ0159.impl.version.mismatch.detail=SAAJ0159: SOAP Version mismatch encountered when trying to add Detail to SOAPFault ohair@286: ohair@286: # Info messages ohair@286: SAAJ0190.impl.set.xml.declaration=SAAJ0190: Omit XML declaration set to {0} ohair@286: SAAJ0191.impl.set.encoding=SAAJ0191: Encoding is set to {0}