1 #
   2 # Copyright (c) 1997, 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 # SAAJ ResourceBundle properties file
  27 # Contains Log messages for soap pkg
  28 # Error messages
  29 SAAJ0501.soap.data.handler.err=SAAJ0501: Data handler error: {0}
  30 SAAJ0502.soap.no.handler.for.attachment=SAAJ0502: No data handler associated with this attachment
  31 SAAJ0503.soap.no.null.to.dataHandler=SAAJ0503: Null dataHandler argument to setDataHandler
  32 SAAJ0504.soap.cannot.externalize.attachment=SAAJ0504: Unable to externalize attachment
  33 SAAJ0505.soap.cannot.copy.mime.hdr=SAAJ0505: Unable to copy MIME header
  34 SAAJ0506.soap.cannot.copy.mime.hdrs.into.attachment=SAAJ0506: Unable to copy MIME headers into attachment
  35 # Usage not found. TODO Remove
  36 #SAAJ0507.soap.cannot.create.handler=SAAJ0507: Unable to create DataHandler for {0}
  37 SAAJ0508.soap.cannot.register.handlers=SAAJ050: Unable to register handlers in JAF command map
  38 
  39 SAAJ0510.soap.cannot.create.envelope=SAAJ0510: Unable to create envelope from given source
  40 SAAJ0511.soap.cannot.create.envelope=SAAJ0511: Unable to create envelope from given source
  41 SAAJ0512.soap.incorrect.factory.used=SAAJ0512: Unable to create envelope: incorrect factory used during tree construction
  42 SAAJ0513.soap.unknown.ns=SAAJ0513: Unable to create envelope from given source because the namespace was not recognized
  43 SAAJ0514.soap.root.elem.not.named.envelope=SAAJ0514: Unable to create envelope from given source because the root element is not named Envelope
  44 SAAJ0515.source.reset.exception=SAAJ0515: Unable to reset the soap-part content source
  45 
  46 SAAJ0520.soap.invalid.obj.type=SAAJ0520: DataContentHandler requires Image object, but was given object of type {0}
  47 SAAJ0521.soap.set.Content-Type=SAAJ0521: Content-Type set to {0}
  48 SAAJ0522.soap.invalid.type.for.img.handler=SAAJ0522: Invalid content-type {0} for ImageContentHandler
  49 SAAJ0523.soap.null.obj.for.img.handler=SAAJ0523: Null object for ImageContentHandler
  50 SAAJ0524.soap.cannot.run.jpg.encoder=SAAJ0524: Unable to run the JPEG Encoder on a stream
  51 SAAJ0525.soap.cannot.encode.img=SAAJ0525: Unable to encode image to a stream
  52 SAAJ0526.soap.unsupported.mime.type=SAAJ0526: Unsupported mime type {0}
  53 
  54 SAAJ0530.soap.unknown.Content-Type=SAAJ0530: Unrecognized Content-Type
  55 SAAJ0531.soap.cannot.parse.Content-Type=SAAJ0531: Unable to parse content type
  56 SAAJ0532.soap.no.Content-Type=SAAJ0532: Absent Content-Type
  57 SAAJ0533.soap.incorrect.Content-Type=SAAJ0533: Cannot create message: incorrect content-type for SOAP version. Got {0}, but expected {1}
  58 SAAJ0534.soap.unknown.Content-Type=SAAJ0534: Unrecognized Content-Type
  59 SAAJ0535.soap.cannot.internalize.message=SAAJ0535: Unable to internalize message
  60 SAAJ0536.soap.content-type.mustbe.multipart=SAAJ0536: Content-Type needs to be Multipart/Related and with type=text/xml or application/soap+xml
  61 SAAJ0537.soap.invalid.content-type=SAAJ0537: Invalid Content-Type. Could be an error message instead of a SOAP message
  62 SAAJ0538.soap.cannot.convert.msg.to.multipart.obj=SAAJ0538: Unable to convert SOAP message into a Multipart object
  63 SAAJ0539.soap.cannot.get.header.stream=SAAJ0539: Unable to get header stream in saveChanges
  64 SAAJ0540.soap.err.saving.multipart.msg=SAAJ0540: Error during saving a multipart message
  65 SAAJ0541.soap.fragment.not.bound.to.part=SAAJ0541: Could not complete operation. Fragment not bound to SOAP part
  66 SAAJ0542.soap.proc.instructions.not.allowed.in.docs=SAAJ0542: Processing Instructions are not allowed in SOAP documents
  67 SAAJ0543.soap.entity.refs.not.allowed.in.docs=SAAJ0543: Entity References are not allowed in SOAP documents
  68 SAAJ0544.soap.no.valid.reader.for.src=SAAJ0544: Source does not have a valid Reader or InputStream
  69 SAAJ0545.soap.cannot.set.src.for.part=SAAJ0545: Error setting the source for SOAPPart
  70 SAAJ0546.soap.stream.incorrect.type=SAAJ0546: Internal error: stream not of the right type
  71 SAAJ0547.soap.cannot.externalize=SAAJ0547: Error while trying to externalize
  72 SAAJ0548.soap.cannot.externalize.hdr=SAAJ0548: Unable to externalize header
  73 SAAJ0549.soap.part.invalid.Content-Type=SAAJ0549: Bad Content-Type for SOAP Part {0}
  74 SAAJ0550.soap.null.headers=SAAJ0550: Cannot create message: Headers can't be null
  75 SAAJ0551.soap.unsupported.encoding=SAAJ0551: Unsupported encoding {0}
  76 SAAJ0552.soap.xml.decl.parsing.failed=SAAJ0552: XML declaration parsing failed
  77 SAAJ0553.soappart.renamenode.not.supported=SAAJ0553: renameNode on SOAPPart not supported
  78 SAAJ0554.soappart.normalizeDocument.not.supported=SAAJ0554: normalizeDocument on SOAPPart not supported
  79 SAAJ0555.soappart.getDomConfig.not.supported=SAAJ0555: getDomConfig on SOAPPart not supported
  80 SAAJ0556.soappart.adoptNode.not.supported=SAAJ0556: adoptNode on SOAPPart not supported
  81 SAAJ0557.soappart.setDocumentURI.not.supported=SAAJ0557: setDocumentURI on SOAPPart not supported
  82 SAAJ0558.soappart.getDocumentURI.not.supported=SAAJ0558: getDocumentURI on SOAPPart not supported
  83 SAAJ0559.soappart.setStrictErrorChecking.not.supported=SAAJ0559: setStrictErrorChecking on SOAPPart not supported
  84 SAAJ0560.soappart.getInputEncoding.not.supported=SAAJ0560: getInputEncoding on SOAPPart not supported
  85 SAAJ0561.soappart.getXmlEncoding.not.supported=SAAJ0561: getXmlEncoding on SOAPPart not supported
  86 SAAJ0562.soappart.getXmlStandalone.not.supported=SAAJ0562: getXmlStandalone on SOAPPart not supported
  87 SAAJ0563.soappart.setXmlStandalone.not.supported=SAAJ0563: setXmlStandalone on SOAPPart not supported
  88 SAAJ0564.soappart.getXmlVersion.not.supported=SAAJ0564: getXmlVersion on SOAPPart not supported
  89 SAAJ0565.soappart.setXmlVersion.not.supported=SAAJ0565: setXmlVersion on SOAPPart not supported
  90 SAAJ0566.soappart.getStrictErrorChecking.not.supported=SAAJ0566: getStrictErrorChecking on SOAPPart not supported
  91 # {0} - "tagName"/"name"/"qname"/"localName", {1} - "SOAPFactory.createElement"
  92 SAAJ0567.soap.null.input=SAAJ0567: Null {0} argument to {1}
  93 SAAJ0568.soap.unsupported.protocol=SAAJ0568: Protocol {0} does not support {1}
  94 # {0} - protocol name, {1} - "SOAPFactory"/"MessageFactory"
  95 SAAJ0569.soap.unknown.protocol=SAAJ0569: Unknown Protocol {0} specified for creating {1}
  96 SAAJ0570.soappart.parent.element.not.defined=SAAJ0570: The parent element of a soap part is not defined
  97 SAAJ0571.soappart.setValue.not.defined=SAAJ0571: Setting value of a soap part is not defined
  98 SAAJ0572.soap.no.content.for.attachment=SAAJ0572: No data handler/content associated with this attachment
  99 SAAJ0573.soap.attachment.getrawbytes.ioexception=SAAJ0573: IOException while reading the raw attachment content
 100 SAAJ0574.soap.attachment.datahandler.ioexception=SAAJ0574: IOException while trying to obtain the inputstream from datahandler for this attachment
 101 SAAJ0575.soap.attachment.getcontent.exception=SAAJ0575: Exception while trying to retrieve content for this attachment
 102 SAAJ0576.soap.attachment.setrawcontent.exception=SAAJ0576: Exception while trying to set the Raw content for this attachment
 103 SAAJ0577.soap.attachment.getrawcontent.exception=SAAJ0577: Exception while trying to get the Raw content for this attachment
 104 SAAJ0578.soap.attachment.setbase64content.exception=SAAJ0578: Exception while trying to set the Decoded content for this attachment
 105 SAAJ0579.soap.attachment.getbase64content.exception=SAAJ0579: Exception while trying to get the Encoded content for this attachment
 106 SAAJ0590.soap.unable.to.locate.attachment=SAAJ0590: Unable to locate attachment with cid {0}
 107 SAAJ0591.soap.exception.in.set.property=SAAJ0591: Exception {0}  when trying to set Property {1} on SOAP Message
 108 
 109 # Info messages
 110 SAAJ0580.soap.set.Content-Type=SAAJ0580: Content-Type set to {0}