Interface ScalaXmlSupport
- All Known Implementing Classes:
- ScalaXmlSupport$
public interface ScalaXmlSupport
- 
Method SummaryModifier and TypeMethodDescriptionProvides a SAXParser for the NodeSeqUnmarshaller to use.Marshaller<scala.xml.NodeSeq,RequestEntity> Unmarshaller<HttpEntity,scala.xml.NodeSeq> Marshaller<scala.xml.NodeSeq,RequestEntity> nodeSeqMarshaller(MediaType.NonBinary mediaType) Unmarshaller<HttpEntity,scala.xml.NodeSeq> nodeSeqUnmarshaller(scala.collection.immutable.Seq<ContentTypeRange> ranges) 
- 
Method Details- 
defaultNodeSeqMarshallerMarshaller<scala.xml.NodeSeq,RequestEntity> defaultNodeSeqMarshaller()
- 
nodeSeqMarshaller
- 
defaultNodeSeqUnmarshallerUnmarshaller<HttpEntity,scala.xml.NodeSeq> defaultNodeSeqUnmarshaller()
- 
nodeSeqUnmarshallerUnmarshaller<HttpEntity,scala.xml.NodeSeq> nodeSeqUnmarshaller(scala.collection.immutable.Seq<ContentTypeRange> ranges) 
- 
createSAXParserSAXParser createSAXParser()Provides a SAXParser for the NodeSeqUnmarshaller to use. Override to provide a custom SAXParser implementation. Will be called once for for every request to be unmarshalled. The default implementation callsScalaXmlSupport.createSaferSAXParser.- Returns:
- (undocumented)
 
 
-