org.apache.ws.jaxme
Interface JMXmlSerializer.Data

All Known Implementing Classes:
JMXmlSerializerImpl.Data
Enclosing interface:
JMXmlSerializer

public static interface JMXmlSerializer.Data


Method Summary
 org.xml.sax.ContentHandler getContentHandler()
          Returns the ContentHandler which is the target of the marshalling process.
 DatatypeConverterInterface getDatatypeConverter()
          Returns the DatatypeConverterInterface.
 JMMarshaller getJMMarshaller()
          Returns the Marshaller controlling the marshalling process.
 JMXmlSerializer getJMXmlSerializer()
          Returns the outer JMXmlSerializer which created the JMXmlSerializerData instance through its getData() method.
 NamespaceSupport getNamespaceContext()
          Returns an instance of NamespaceSupport.
 java.lang.String getNewPrefix(java.lang.String pURI, java.lang.String pPrefix)
          Returns a new prefix for the given URI which has not yet been declared.
 

Method Detail

getJMMarshaller

public JMMarshaller getJMMarshaller()

Returns the Marshaller controlling the marshalling process.


getContentHandler

public org.xml.sax.ContentHandler getContentHandler()

Returns the ContentHandler which is the target of the marshalling process.


getJMXmlSerializer

public JMXmlSerializer getJMXmlSerializer()

Returns the outer JMXmlSerializer which created the JMXmlSerializerData instance through its getData() method.


getNamespaceContext

public NamespaceSupport getNamespaceContext()

Returns an instance of NamespaceSupport.


getNewPrefix

public java.lang.String getNewPrefix(java.lang.String pURI,
                                     java.lang.String pPrefix)

Returns a new prefix for the given URI which has not yet been declared.

Parameters:
pURI - A namespace URI being declared.
pPrefix - A suggested prefix or null, if none is available.

getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()

Returns the DatatypeConverterInterface.