ohair@286: # alanb@368: # Copyright (c) 1997, 2012, 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 soap pkg ohair@286: # Error messages ohair@286: SAAJ0501.soap.data.handler.err=SAAJ0501: Data handler error: {0} ohair@286: SAAJ0502.soap.no.handler.for.attachment=SAAJ0502: No data handler associated with this attachment ohair@286: SAAJ0503.soap.no.null.to.dataHandler=SAAJ0503: Null dataHandler argument to setDataHandler ohair@286: SAAJ0504.soap.cannot.externalize.attachment=SAAJ0504: Unable to externalize attachment ohair@286: SAAJ0505.soap.cannot.copy.mime.hdr=SAAJ0505: Unable to copy MIME header ohair@286: SAAJ0506.soap.cannot.copy.mime.hdrs.into.attachment=SAAJ0506: Unable to copy MIME headers into attachment ohair@286: # Usage not found. TODO Remove ohair@286: #SAAJ0507.soap.cannot.create.handler=SAAJ0507: Unable to create DataHandler for {0} ohair@286: SAAJ0508.soap.cannot.register.handlers=SAAJ050: Unable to register handlers in JAF command map ohair@286: ohair@286: SAAJ0510.soap.cannot.create.envelope=SAAJ0510: Unable to create envelope from given source ohair@286: SAAJ0511.soap.cannot.create.envelope=SAAJ0511: Unable to create envelope from given source ohair@286: SAAJ0512.soap.incorrect.factory.used=SAAJ0512: Unable to create envelope: incorrect factory used during tree construction ohair@286: SAAJ0513.soap.unknown.ns=SAAJ0513: Unable to create envelope from given source because the namespace was not recognized ohair@286: SAAJ0514.soap.root.elem.not.named.envelope=SAAJ0514: Unable to create envelope from given source because the root element is not named Envelope ohair@286: SAAJ0515.source.reset.exception=SAAJ0515: Unable to reset the soap-part content source ohair@286: ohair@286: SAAJ0520.soap.invalid.obj.type=SAAJ0520: DataContentHandler requires Image object, but was given object of type {0} ohair@286: SAAJ0521.soap.set.Content-Type=SAAJ0521: Content-Type set to {0} ohair@286: SAAJ0522.soap.invalid.type.for.img.handler=SAAJ0522: Invalid content-type {0} for ImageContentHandler ohair@286: SAAJ0523.soap.null.obj.for.img.handler=SAAJ0523: Null object for ImageContentHandler ohair@286: SAAJ0524.soap.cannot.run.jpg.encoder=SAAJ0524: Unable to run the JPEG Encoder on a stream ohair@286: SAAJ0525.soap.cannot.encode.img=SAAJ0525: Unable to encode image to a stream ohair@286: SAAJ0526.soap.unsupported.mime.type=SAAJ0526: Unsupported mime type {0} ohair@286: ohair@286: SAAJ0530.soap.unknown.Content-Type=SAAJ0530: Unrecognized Content-Type ohair@286: SAAJ0531.soap.cannot.parse.Content-Type=SAAJ0531: Unable to parse content type ohair@286: SAAJ0532.soap.no.Content-Type=SAAJ0532: Absent Content-Type ohair@286: SAAJ0533.soap.incorrect.Content-Type=SAAJ0533: Cannot create message: incorrect content-type for SOAP version. Got {0}, but expected {1} ohair@286: SAAJ0534.soap.unknown.Content-Type=SAAJ0534: Unrecognized Content-Type ohair@286: SAAJ0535.soap.cannot.internalize.message=SAAJ0535: Unable to internalize message ohair@286: SAAJ0536.soap.content-type.mustbe.multipart=SAAJ0536: Content-Type needs to be Multipart/Related and with type=text/xml or application/soap+xml ohair@286: SAAJ0537.soap.invalid.content-type=SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message ohair@286: SAAJ0538.soap.cannot.convert.msg.to.multipart.obj=SAAJ0538: Unable to convert SOAP message into a Multipart object ohair@286: SAAJ0539.soap.cannot.get.header.stream=SAAJ0539: Unable to get header stream in saveChanges ohair@286: SAAJ0540.soap.err.saving.multipart.msg=SAAJ0540: Error during saving a multipart message ohair@286: SAAJ0541.soap.fragment.not.bound.to.part=SAAJ0541: Could not complete operation. Fragment not bound to SOAP part ohair@286: SAAJ0542.soap.proc.instructions.not.allowed.in.docs=SAAJ0542: Processing Instructions are not allowed in SOAP documents ohair@286: SAAJ0543.soap.entity.refs.not.allowed.in.docs=SAAJ0543: Entity References are not allowed in SOAP documents ohair@286: SAAJ0544.soap.no.valid.reader.for.src=SAAJ0544: Source does not have a valid Reader or InputStream ohair@286: SAAJ0545.soap.cannot.set.src.for.part=SAAJ0545: Error setting the source for SOAPPart ohair@286: SAAJ0546.soap.stream.incorrect.type=SAAJ0546: Internal error: stream not of the right type ohair@286: SAAJ0547.soap.cannot.externalize=SAAJ0547: Error while trying to externalize ohair@286: SAAJ0548.soap.cannot.externalize.hdr=SAAJ0548: Unable to externalize header ohair@286: SAAJ0549.soap.part.invalid.Content-Type=SAAJ0549: Bad Content-Type for SOAP Part {0} ohair@286: SAAJ0550.soap.null.headers=SAAJ0550: Cannot create message: Headers can't be null ohair@286: SAAJ0551.soap.unsupported.encoding=SAAJ0551: Unsupported encoding {0} ohair@286: SAAJ0552.soap.xml.decl.parsing.failed=SAAJ0552: XML declaration parsing failed ohair@286: SAAJ0553.soappart.renamenode.not.supported=SAAJ0553: renameNode on SOAPPart not supported ohair@286: SAAJ0554.soappart.normalizeDocument.not.supported=SAAJ0554: normalizeDocument on SOAPPart not supported ohair@286: SAAJ0555.soappart.getDomConfig.not.supported=SAAJ0555: getDomConfig on SOAPPart not supported ohair@286: SAAJ0556.soappart.adoptNode.not.supported=SAAJ0556: adoptNode on SOAPPart not supported ohair@286: SAAJ0557.soappart.setDocumentURI.not.supported=SAAJ0557: setDocumentURI on SOAPPart not supported ohair@286: SAAJ0558.soappart.getDocumentURI.not.supported=SAAJ0558: getDocumentURI on SOAPPart not supported ohair@286: SAAJ0559.soappart.setStrictErrorChecking.not.supported=SAAJ0559: setStrictErrorChecking on SOAPPart not supported ohair@286: SAAJ0560.soappart.getInputEncoding.not.supported=SAAJ0560: getInputEncoding on SOAPPart not supported ohair@286: SAAJ0561.soappart.getXmlEncoding.not.supported=SAAJ0561: getXmlEncoding on SOAPPart not supported ohair@286: SAAJ0562.soappart.getXmlStandalone.not.supported=SAAJ0562: getXmlStandalone on SOAPPart not supported ohair@286: SAAJ0563.soappart.setXmlStandalone.not.supported=SAAJ0563: setXmlStandalone on SOAPPart not supported ohair@286: SAAJ0564.soappart.getXmlVersion.not.supported=SAAJ0564: getXmlVersion on SOAPPart not supported ohair@286: SAAJ0565.soappart.setXmlVersion.not.supported=SAAJ0565: setXmlVersion on SOAPPart not supported ohair@286: SAAJ0566.soappart.getStrictErrorChecking.not.supported=SAAJ0566: getStrictErrorChecking on SOAPPart not supported ohair@286: # {0} - "tagName"/"name"/"qname"/"localName", {1} - "SOAPFactory.createElement" ohair@286: SAAJ0567.soap.null.input=SAAJ0567: Null {0} argument to {1} ohair@286: SAAJ0568.soap.unsupported.protocol=SAAJ0568: Protocol {0} does not support {1} ohair@286: # {0} - protocol name, {1} - "SOAPFactory"/"MessageFactory" ohair@286: SAAJ0569.soap.unknown.protocol=SAAJ0569: Unknown Protocol {0} specified for creating {1} ohair@286: SAAJ0570.soappart.parent.element.not.defined=SAAJ0570: The parent element of a soap part is not defined ohair@286: SAAJ0571.soappart.setValue.not.defined=SAAJ0571: Setting value of a soap part is not defined ohair@286: SAAJ0572.soap.no.content.for.attachment=SAAJ0572: No data handler/content associated with this attachment ohair@286: SAAJ0573.soap.attachment.getrawbytes.ioexception=SAAJ0573: IOException while reading the raw attachment content ohair@286: SAAJ0574.soap.attachment.datahandler.ioexception=SAAJ0574: IOException while trying to obtain the inputstream from datahandler for this attachment ohair@286: SAAJ0575.soap.attachment.getcontent.exception=SAAJ0575: Exception while trying to retrieve content for this attachment ohair@286: SAAJ0576.soap.attachment.setrawcontent.exception=SAAJ0576: Exception while trying to set the Raw content for this attachment ohair@286: SAAJ0577.soap.attachment.getrawcontent.exception=SAAJ0577: Exception while trying to get the Raw content for this attachment ohair@286: SAAJ0578.soap.attachment.setbase64content.exception=SAAJ0578: Exception while trying to set the Decoded content for this attachment ohair@286: SAAJ0579.soap.attachment.getbase64content.exception=SAAJ0579: Exception while trying to get the Encoded content for this attachment ohair@286: SAAJ0590.soap.unable.to.locate.attachment=SAAJ0590: Unable to locate attachment with cid {0} ohair@286: SAAJ0591.soap.exception.in.set.property=SAAJ0591: Exception {0} when trying to set Property {1} on SOAP Message ohair@286: ohair@286: # Info messages ohair@286: SAAJ0580.soap.set.Content-Type=SAAJ0580: Content-Type set to {0}