Class DefaultMarshallerProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.jboss.marshalling.MarshallingConfiguration config  
      private org.jboss.marshalling.MarshallerFactory factory  
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultMarshallerProvider​(org.jboss.marshalling.MarshallerFactory factory, org.jboss.marshalling.MarshallingConfiguration config)
      Create a new instance
    • Field Detail

      • factory

        private final org.jboss.marshalling.MarshallerFactory factory
      • config

        private final org.jboss.marshalling.MarshallingConfiguration config
    • Constructor Detail

      • DefaultMarshallerProvider

        public DefaultMarshallerProvider​(org.jboss.marshalling.MarshallerFactory factory,
                                         org.jboss.marshalling.MarshallingConfiguration config)
        Create a new instance
        Parameters:
        factory - the MarshallerFactory to use to create Marshaller
        config - the MarshallingConfiguration