Uses of Interface
org.openspml.v2.msg.XMLMarshaller

Packages that use XMLMarshaller
org.openspml.v2.msg   
org.openspml.v2.msg.spml   
org.openspml.v2.msg.spmlsearch   
org.openspml.v2.msg.spmlupdates   
org.openspml.v2.profiles.spmldsml   
org.openspml.v2.util.xml   
 

Uses of XMLMarshaller in org.openspml.v2.msg
 

Methods in org.openspml.v2.msg with parameters of type XMLMarshaller
 java.lang.String Marshallable.toXML(XMLMarshaller m)
          Visitor pattern - dispatch this type to the visitor (m) please.
 

Uses of XMLMarshaller in org.openspml.v2.msg.spml
 

Methods in org.openspml.v2.msg.spml with parameters of type XMLMarshaller
 java.lang.String Selection.toXML(XMLMarshaller m)
           
 java.lang.String Response.toXML(XMLMarshaller m)
           
 java.lang.String Request.toXML(XMLMarshaller m)
           
 

Uses of XMLMarshaller in org.openspml.v2.msg.spmlsearch
 

Methods in org.openspml.v2.msg.spmlsearch with parameters of type XMLMarshaller
 java.lang.String ResultsIterator.toXML(XMLMarshaller m)
           
 java.lang.String SearchQuery.toXML(XMLMarshaller m)
           
 

Uses of XMLMarshaller in org.openspml.v2.msg.spmlupdates
 

Methods in org.openspml.v2.msg.spmlupdates with parameters of type XMLMarshaller
 java.lang.String ResultsIterator.toXML(XMLMarshaller m)
           
 

Uses of XMLMarshaller in org.openspml.v2.profiles.spmldsml
 

Methods in org.openspml.v2.profiles.spmldsml with parameters of type XMLMarshaller
 java.lang.String Schema.toXML(XMLMarshaller m)
           
 

Uses of XMLMarshaller in org.openspml.v2.util.xml
 

Classes in org.openspml.v2.util.xml that implement XMLMarshaller
 class ReflectiveXMLMarshaller
          This class works in concert with the implementations of in the msg.subpackages to marshall the values there into XML.
 

Fields in org.openspml.v2.util.xml declared as XMLMarshaller
protected  XMLMarshaller BasicOCEAndMarshallable.mMarshaller
           
 

Methods in org.openspml.v2.util.xml with parameters of type XMLMarshaller
 java.lang.String BasicMarshallable.toXML(XMLMarshaller m)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.