Uses of Class
org.eclipse.persistence.exceptions.XMLMarshalException
Packages that use XMLMarshalException
Package
Description
-
Uses of XMLMarshalException in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions that return XMLMarshalExceptionModifier and TypeMethodDescriptionstatic XMLMarshalExceptionXMLMarshalException.defaultRootElementNotSpecified(Descriptor descriptor) static XMLMarshalExceptionXMLMarshalException.defaultRootElementNotSpecified(XMLDescriptor descriptor) static XMLMarshalExceptionXMLMarshalException.descriptorNotFoundInProject(String className) static XMLMarshalExceptionXMLMarshalException.enumClassNotSpecified()static XMLMarshalExceptionXMLMarshalException.errorInstantiatingSchemaPlatform(Exception nestedException) static XMLMarshalExceptionXMLMarshalException.errorInstantiatingUnmappedContentHandler(Exception nestedException, String className) static XMLMarshalExceptionXMLMarshalException.errorInvokingCharacterEscapeHandler(String methodName, Object handler, Throwable nestedException) static XMLMarshalExceptionXMLMarshalException.errorInvokingFromStringMethod(Exception nestedException, String className) static XMLMarshalExceptionXMLMarshalException.errorInvokingIDResolver(String methodName, Object resolver, Throwable nestedException) static XMLMarshalExceptionXMLMarshalException.errorInvokingPrefixMapperMethod(String methodName, Object prefixMapper) static XMLMarshalExceptionXMLMarshalException.errorProcessingCharacterEscapeHandler(String methodName, Object handler, Throwable nestedException) static XMLMarshalExceptionXMLMarshalException.errorProcessingIDResolver(String methodName, Object resolver, Throwable nestedException) static XMLMarshalExceptionXMLMarshalException.errorProcessingPrefixMapper(String methodName, Object prefixMapper) static XMLMarshalExceptionXMLMarshalException.errorResolvingXMLSchema(Exception nestedException) static XMLMarshalExceptionXMLMarshalException.errorSettingSchemas(Exception nestedException, Object[] schemas) static XMLMarshalExceptionXMLMarshalException.illegalStateXMLUnmarshallerHandler()static XMLMarshalExceptionXMLMarshalException.invalidAttributeGroupName(String groupName, String className) static XMLMarshalExceptionXMLMarshalException.invalidEnumClassSpecified(Exception nestedException, String className) static XMLMarshalExceptionXMLMarshalException.invalidSwaRefAttribute(String attributeClassification) static XMLMarshalExceptionXMLMarshalException.invalidXPathIndexString(String xpathString) static XMLMarshalExceptionXMLMarshalException.invalidXPathString(String xpathString, Exception nestedException) static XMLMarshalExceptionXMLMarshalException.marshalException(Exception nestedException) static XMLMarshalExceptionXMLMarshalException.missingIDForIDRef(String classname, Object[] primaryKey) static XMLMarshalExceptionXMLMarshalException.namespaceNotFound(String prefix) static XMLMarshalExceptionXMLMarshalException.namespaceResolverNotSpecified(String localName) static XMLMarshalExceptionXMLMarshalException.noAttachmentUnmarshallerSet(String cid) static XMLMarshalExceptionXMLMarshalException.noDescriptorFound(Mapping mapping) static XMLMarshalExceptionXMLMarshalException.noDescriptorFound(DatabaseMapping mapping) static XMLMarshalExceptionXMLMarshalException.noDescriptorWithMatchingRootElement(String rootElementName) static XMLMarshalExceptionXMLMarshalException.noEncoderForMimeType(String mimeType) static XMLMarshalExceptionXMLMarshalException.nullArgumentException()static XMLMarshalExceptionXMLMarshalException.nullValueNotAllowed(String variableName, String className) static XMLMarshalExceptionXMLMarshalException.objectCycleDetected(String objectCycleString) static XMLMarshalExceptionXMLMarshalException.objectNotFoundInCache(String nodeName) static XMLMarshalExceptionXMLMarshalException.schemaReferenceNotSet(XMLDescriptor descriptor) static XMLMarshalExceptionXMLMarshalException.subclassAttemptedToOverrideNamespaceDeclaration(String prefix, String subClassName, String subClassNamespaceURI, String parentClassName, String parentClassNamespaceURI) static XMLMarshalExceptionXMLMarshalException.unknownXsiTypeValue(String xsiType, Mapping mapping) static XMLMarshalExceptionXMLMarshalException.unknownXsiTypeValue(String xsiType, DatabaseMapping mapping) static XMLMarshalExceptionXMLMarshalException.unmappedContentHandlerDoesntImplement(Exception nestedException, String className) static XMLMarshalExceptionXMLMarshalException.unmarshalException()static XMLMarshalExceptionXMLMarshalException.unmarshalException(Exception nestedException) static XMLMarshalExceptionXMLMarshalException.unmarshalFromStringException(String systemId, Exception nestedException) static XMLMarshalExceptionXMLMarshalException.unsupportedMediaTypeForPlatform()static XMLMarshalExceptionXMLMarshalException.validateException(Exception nestedException) static XMLMarshalExceptionXMLMarshalException.wrappedIDResolverWithMultiID(String keyString, Object resolver) Methods in org.eclipse.persistence.exceptions with parameters of type XMLMarshalExceptionModifier and TypeMethodDescriptionstatic SDOExceptionSDOException.xmlMarshalExceptionOccurred(XMLMarshalException nestedException, String rootElementURI, String rootElementName) INTERNAL: Exception when an XMLMarshalException happens -
Uses of XMLMarshalException in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that throw XMLMarshalExceptionModifier and TypeMethodDescriptionXPathEngine.create(Field xmlField, Node element, Object value, Field lastUpdated, DocumentPreservationPolicy docPresPolicy, CoreAbstractSession session) Create the node path specified byxpathStringunderelementand initialize the leaf node withvalue.XPathEngine.create(Field xmlField, Node element, CoreAbstractSession session) Create the node path specified byxpathStringunderelement.protected DESCRIPTORXMLMarshaller.getDescriptor(Class<?> clazz, ABSTRACT_SESSION session) INTERNAL: Return the descriptor for the root object.XMLMarshaller.getDescriptor(Object object) INTERNAL: Return the descriptor for the root object.protected DESCRIPTORXMLMarshaller.getDescriptor(Object object, ABSTRACT_SESSION session) INTERNAL: Return the descriptor for the root object.protected DESCRIPTORXMLMarshaller.getDescriptor(Root object) protected DESCRIPTORXMLMarshaller.getDescriptor(Root object, ABSTRACT_SESSION session) voidXMLMarshaller.marshal(Object object, OutputStream outputStream) PUBLIC: Convert the given object to XML and update the given outputStream with that XML DocumentvoidPUBLIC: Convert the given object to XML and update the given writer with that XML DocumentvoidPUBLIC: Convert the given object to XML and update the given result with that XML DocumentvoidPUBLIC:voidXMLMarshaller.marshal(Object object, ContentHandler contentHandler) PUBLIC: Convert the given object to XML and update the given contentHandler with that XML DocumentvoidXMLMarshaller.marshal(Object object, ContentHandler contentHandler, LexicalHandler lexicalHandler) PUBLIC: Convert the given object to XML and update the given contentHandler with that XML DocumentXMLMarshaller.objectToXML(Object object) PUBLIC: Convert the given object to an XML Documentprotected DocumentXMLMarshaller.objectToXML(Object object, DESCRIPTOR descriptor, boolean isXMLRoot) INTERNAL: Convert the given object to an XML Documentprotected NodeXMLMarshaller.objectToXMLNode(Object object, ABSTRACT_SESSION session, DESCRIPTOR descriptor, boolean isXMLRoot) INTERNAL: Like ObjectToXML but is may also return a document fragment instead of a document in the case of a non-root object.protected NodeXMLMarshaller.objectToXMLNode(Object object, Node rootNode, ABSTRACT_SESSION session, DESCRIPTOR descriptor, boolean isXMLRoot) Remove a node.Remove a node.XPathEngine.replaceCollection(Field xmlField, Node parent, Collection values, CoreAbstractSession session) XPathEngine.replaceValue(Field xmlField, Node parent, Object value, CoreAbstractSession session) Replace the value of the nodes matchingxpathStringwithvalue.UnmarshalXPathEngine.selectNodes(Node contextNode, List<XML_FIELD> xmlFields, XMLNamespaceResolver xmlNamespaceResolver) UnmarshalXPathEngine.selectNodes(Node contextNode, XML_FIELD xmlField, XMLNamespaceResolver xmlNamespaceResolver) Execute the XPath statement relative to the context node.UnmarshalXPathEngine.selectNodes(Node contextNode, XML_FIELD xmlField, XMLNamespaceResolver xmlNamespaceResolver, AbstractNullPolicy nullPolicy) UnmarshalXPathEngine.selectNodes(Node contextNode, XML_FIELD xmlField, XMLNamespaceResolver xmlNamespaceResolver, AbstractNullPolicy nullPolicy, boolean omitText) UnmarshalXPathEngine.selectSingleNode(Node contextNode, XML_FIELD xmlField, XMLNamespaceResolver xmlNamespaceResolver) UnmarshalXPathEngine.selectSingleNode(Node contextNode, XML_FIELD xmlField, XMLNamespaceResolver xmlNamespaceResolver, boolean checkForXsiNil) Execute the XPath statement relative to the context node.PUBLIC: Read and parse the XML document from the file and map the XML data into an object.PUBLIC: Read and parse the XML document from the file and map the XML data into an object.XMLUnmarshaller.unmarshal(InputStream inputStream) PUBLIC: Read and parse the XML document from the inputStream and map the XML data into an object.XMLUnmarshaller.unmarshal(InputStream inputStream, Class<?> clazz) PUBLIC: Read and parse the XML document from the inputStream and map the XML data into an object.PUBLIC: Read and parse the XML document from the reader and map the XML data into an object.PUBLIC: Read and parse the XML document from the reader and map the XML data into an object.PUBLIC: Read and parse the XML document from the url and map the XML data into an object.PUBLIC: Read and parse the XML document from the url and map the XML data into an object.PUBLIC: Read and parse the XML document from the source and map the XML data into an object.PUBLIC: Read and parse the XML document from the source and map the XML data into an object.PUBLIC: Map the XML node into an object.PUBLIC: Map the XML node into an object.XMLUnmarshaller.unmarshal(InputSource inputSource) PUBLIC: Read and parse the XML document from the inputSource and map the XML data into an object.XMLUnmarshaller.unmarshal(InputSource inputSource, Class<?> clazz) PUBLIC: Read and parse the XML document from the inputSource and map the XML data into an object. -
Uses of XMLMarshalException in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that throw XMLMarshalExceptionModifier and TypeMethodDescriptionDOMUnmarshaller.xmlToObject(DOMRecord xmlRecord) INTERNAL: Find the Descriptor corresponding to the context node of the XMLRecord, and then convert the XMLRecord to an instance of the corresponding object.DOMUnmarshaller.xmlToObject(DOMRecord xmlRow, Class<?> referenceClass) INTERNAL: Convert the Oracle XMLDocument to the reference-class.Constructors in org.eclipse.persistence.internal.oxm.record that throw XMLMarshalExceptionModifierConstructorDescriptionSAXUnmarshaller(Unmarshaller xmlUnmarshaller, Map<String, Boolean> parserFeatures) -
Uses of XMLMarshalException in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that throw XMLMarshalExceptionModifier and TypeMethodDescriptionvoidPUBLIC: Convert the given object to XML and update the given result with that XML Documentprotected DocumentXMLMarshaller.objectToXML(Object object, XMLDescriptor descriptor, boolean isXMLRoot) INTERNAL: Convert the given object to an XML Documentprotected NodeXMLMarshaller.objectToXMLNode(Object object, Node rootNode, AbstractSession session, XMLDescriptor descriptor, boolean isXMLRoot) booleanValidate the given object.booleanXMLValidator.validateRoot(Object rootObject) Validate the given root object. -
Uses of XMLMarshalException in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings that throw XMLMarshalExceptionModifier and TypeMethodDescriptionprotected XMLDescriptorXMLAbstractAnyMapping.getDescriptor(XMLRecord xmlRecord, AbstractSession session, QName rootQName) protected XMLDescriptorXMLAnyAttributeMapping.getDescriptor(XMLRecord xmlRecord, AbstractSession session) protected XMLDescriptorXMLCompositeCollectionMapping.getDescriptor(XMLRecord xmlRecord, AbstractSession session, QName rootQName) protected XMLDescriptorXMLCompositeObjectMapping.getDescriptor(XMLRecord xmlRecord, AbstractSession session, QName rootQName) -
Uses of XMLMarshalException in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that throw XMLMarshalExceptionModifier and TypeMethodDescriptionprotected voidINTERNAL: Setting fields vector will not update the document so this is not supportedprotected voidINTERNAL: Setting values vector will not update the document so this is not supported -
Uses of XMLMarshalException in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that throw XMLMarshalExceptionModifier and TypeMethodDescriptionvoidSDOXMLHelperDelegate.save(DataObject dataObject, String rootElementURI, String rootElementName, OutputStream outputStream) Saves the DataObject as an XML document with the specified root element.