Uses of Class
com.sun.xml.bind.v2.runtime.MarshallerImpl

Packages that use MarshallerImpl
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
 

Uses of MarshallerImpl in com.sun.xml.bind.v2.runtime
 

Fields in com.sun.xml.bind.v2.runtime declared as MarshallerImpl
 MarshallerImpl BridgeContextImpl.marshaller
           
 

Methods in com.sun.xml.bind.v2.runtime that return MarshallerImpl
 MarshallerImpl JAXBContextImpl.createMarshaller()
           
 

Constructors in com.sun.xml.bind.v2.runtime with parameters of type MarshallerImpl
XMLSerializer(MarshallerImpl _owner)