-
com.caucho.quercus.marshal.Marshal.unmarshal()
-
com.cuubez.core.transform.json.DefaultJSONTransformer.unMarshal()
-
com.cuubez.core.transform.xml.DefaultXMLTransformer.unMarshal()
-
com.elevenware.ladybird.entities.ContentHandler.unmarshal()
-
com.sun.jersey.json.impl.JSONUnmarshaller.unmarshal()
-
com.sun.xml.bind.api.Bridge.unmarshal()
Unmarshals the specified type object.
@param in the parser must be pointing at a start tag that encloses the XML type that this {@link Bridge} isinstanciated for.
@return never null.
@throws JAXBException if there was an error while unmarshalling.
@since 2.0 EA1
-
com.sun.xml.internal.bind.api.Bridge.unmarshal()
Unmarshals the specified type object.
@param in the parser must be pointing at a start tag that encloses the XML type that this {@link Bridge} isinstanciated for.
@return never null.
@throws JAXBException if there was an error while unmarshalling.
@since 2.0 EA1
-
com.sun.xml.ws.spi.db.RepeatedElementBridge.unmarshal()
-
com.sun.xml.ws.spi.db.XMLBridge.unmarshal()
@since 2.0.3
-
com.thoughtworks.xstream.XStream.unmarshal()
Deserialize an object from a hierarchical data structure (such as XML).
@param root If present, the passed in object will have its fields populated, as opposed to XStream creating a newinstance. Note, that this is a special use case! With the ReflectionConverter XStream will write directly into the raw memory area of the existing object. Use with care!
@param dataHolder Extra data you can use to pass to your converters. Use this as you want. If not present,XStream shall create one lazily as needed.
@throws XStreamException if the object cannot be deserialized
-
de.ambits.csvmaster.marshal.ICsvMarshaller.unmarshal()
Retrieves the csv content as String and convert it into a domain model representation.
@param csvContent The csv content as String
@param hasHeader True, if first line of content should be treated as header
@return returns the csvContent as domain model representation
-
hudson.XmlFile.unmarshal()
Loads the contents of this file into an existing object.
@return The unmarshalled object. Usually the same as o, but would be different if the XML representation is completely new.
-
inspector.jqcml.jaxb.adapters.QualityAssessmentAdapter.unmarshal()
-
javax.xml.bind.Unmarshaller.unmarshal()
This method takes opens the given file pFile
for input. The Unmarshaller reads the byte stream contained in the file and converts it into an equivalent JAXB object.
@param pFile The file being read.
@return The JAXB object read from the file.
@throws JAXBException An unexpected problem (for example anIOException) occurred.
@throws UnmarshalException The JAXB object is invalid or couldnot be read from the byte stream for similar reasons.
@throws IllegalArgumentException The parameter was null.
-
javax.xml.bind.annotation.adapters.XmlAdapter.unmarshal()
-
net.buffalo.protocal.converters.Converter.unmarshal()
-
net.buffalo.protocal.converters.basic.BooleanConverter.unmarshal()
-
net.buffalo.protocal.converters.basic.DateConverter.unmarshal()
-
net.buffalo.protocal.converters.basic.DoubleConverter.unmarshal()
-
net.buffalo.protocal.converters.basic.IntegerConverter.unmarshal()
-
net.buffalo.protocal.converters.basic.LongConverter.unmarshal()
-
net.buffalo.protocal.converters.basic.NullConverter.unmarshal()
-
net.buffalo.protocal.converters.basic.StringConverter.unmarshal()
-
org.apache.activemq.openwire.OpenWireFormat.unmarshal()
-
org.apache.activemq.wireformat.WireFormat.unmarshal()
Packet based un-marshaling
-
org.apache.axis2.jaxws.message.databinding.JAXBBlockContext.unmarshal()
Unmarshal the xml into a JAXB object
@param reader
@return
@throws JAXBException
-
org.apache.camel.spi.DataFormat.unmarshal()
Unmarshals the given stream into an object.
Notice: The result is set as body on the exchange OUT message. It is possible to mutate the OUT message provided in the given exchange parameter. For instance adding headers to the OUT message will be preserved.
@param exchange the current exchange
@param stream the input stream with the object to be unmarshalled
@return the unmarshalled object
@throws Exception can be thrown
-
org.apache.juddi.handler.IHandler.unmarshal()
@param element
@return RegistryObject
-
org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal()
Reads a NamedList from the given InputStream, converts it into a SolrInputDocument and passes it to the given StreamingDocumentHandler
@param is the InputStream from which to read
@param handler an instance of StreamingDocumentHandler to which SolrInputDocuments are streamed one by one
@return the UpdateRequest
@throws IOException in case of an exception while reading from the input stream or unmarshalling
-
org.apache.solr.common.util.JavaBinCodec.unmarshal()
-
org.apache.ws.jaxme.JMUnmarshaller.unmarshal()
-
org.apache.xmlbeans.unmarshal.MessagePlan.unmarshal()
-
org.apdplat.platform.util.XMLFactory.unmarshal()
Xml->Java
-
org.docx4j.openpackaging.parts.DrawingML.DiagramColorsPart.unmarshal()
-
org.docx4j.openpackaging.parts.DrawingML.DiagramStylePart.unmarshal()
-
org.docx4j.openpackaging.parts.ThemePart.unmarshal()
-
org.docx4j.openpackaging.parts.relationships.RelationshipsPart.unmarshal()
Unmarshal XML data from the specified InputStream and return the resulting content tree. Validation event location information may be incomplete when using this form of the unmarshal API.
Implements Unmarshal Global Root Element.
@param is the InputStream to unmarshal XML data from
@return the newly created root object of the java content tree
@throws JAXBException If any unexpected errors occur while unmarshalling
-
org.drools.ide.common.server.util.ScenarioXMLPersistence.unmarshal()
-
org.drools.marshalling.ObjectMarshallingStrategy.unmarshal()
This method is analogous to the read method, but instead of reading it from an input stream, it reads it from a byte[]
@param os the context for the unmarshalling
@param object the marshalled object in a byte[]
@return the unmarshalled Object
-
org.eclipse.persistence.jaxb.JAXBUnmarshaller.unmarshal()
-
org.eclipse.persistence.oxm.XMLUnmarshaller.unmarshal()
PUBLIC: Read and parse the XML document from the file and map the XML data into an object. The file must contain a valid XML document, and be mapped by a project used to create the XMLContext. The type of object returned will be based on the root element of the XML document.
@param file The file to unmarshal from
@return the object which resulted from unmarshalling the given file
@throws XMLMarshalException if an error occurred during unmarshalling
-
org.exolab.castor.xml.Unmarshaller.unmarshal()
Unmarshals Objects of this Unmarshaller's Class type. The Class must specify the proper access methods (setters/getters) in order for instances of the Class to be properly unmarshalled.
@param reader the Reader to read the XML from
@exception MarshalException when there is an error duringthe unmarshalling process
@exception ValidationException when there is a validation error
-
org.fusesource.ide.commons.camel.tools.RouteXml.unmarshal()
-
org.gatein.pc.portlet.impl.metadata.adapter.LocalizedStringAdapter.unmarshal()
-
org.hudsonci.utils.marshal.Marshaller.unmarshal()
-
org.hudsonci.utils.marshal.XStreamMarshaller.unmarshal()
-
org.jboss.seam.remoting.wrapper.BaseWrapper.unmarshal()
Default implementation does nothing
-
org.jboss.ws.core.jaxrpc.binding.jbossxb.JBossXBUnmarshallerImpl.unmarshal()
Unmarshal XML data from the specified InputStream and return the resulting content tree.
-
org.jboss.xb.binding.Unmarshaller.unmarshal()
-
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler.unmarshal()
-
org.jibx.runtime.IUnmarshaller.unmarshal()
Unmarshal instance of handled class. This method call is responsible for all handling of the unmarshalling of an object from XML text, including creating the instance of the handled class if an instance is not supplied. When it is called the unmarshalling context is always positioned at or just before the start tag corresponding to the start of the class data.
@param obj object to be unmarshalled (may be null
)
@param ctx unmarshalling context
@return unmarshalled object (may be null
)
@throws JiBXException on error in unmarshalling process
-
org.jruby.RubyClass.unmarshal()
-
org.kie.api.marshalling.ObjectMarshallingStrategy.unmarshal()
-
org.kie.marshalling.ObjectMarshallingStrategy.unmarshal()
-
org.marc4j.marc.Leader.unmarshal()
Creates a leader object from a string object.
Indicator count and subfield code length are defaulted to 2 if they are not integer values.
@param ldr the leader
-
org.objectweb.celtix.configuration.impl.TypeSchema.unmarshal()
-
org.platformlayer.xml.JaxbHelper.unmarshal()
-
org.sonatype.nexus.proxy.attributes.JacksonJSONMarshaller.unmarshal()
-
org.sonatype.nexus.proxy.attributes.Marshaller.unmarshal()
Unmarshalls the attributes from bytes provided on inputStream.
@throws InvalidInputException When the content is available, but it's corrupted, not expected, etc.
-
org.springframework.oxm.Unmarshaller.unmarshal()
Unmarshals the given {@link Source} into an object graph.
@param source the source to marshal from
@return the object graph
@throws IOException if an I/O error occurs
@throws XmlMappingException if the given source cannot be mapped to an object
-
org.springframework.oxm.mime.MimeUnmarshaller.unmarshal()
Unmarshals the given provided {@link Source} into an object graph,reading binary attachments from a {@link MimeContainer}.
@param source the source to marshal from
@param mimeContainer the MIME container to read extracted binary content from
@return the object graph
@throws XmlMappingException if the given source cannot be mapped to an object
@throws IOException if an I/O Exception occurs
-
rocks.xmpp.extensions.time.model.TimeZoneAdapter.unmarshal()
-
ru.aristar.jnuget.StringListTypeAdapter.unmarshal()
-
toxi.data.feeds.util.Iso8601DateAdapter.unmarshal()