Class CharArrayDataSource

java.lang.Object
org.apache.axiom.om.ds.OMDataSourceExtBase
org.apache.axiom.om.ds.CharArrayDataSource
All Implemented Interfaces:
org.apache.axiom.om.OMDataSource, org.apache.axiom.om.OMDataSourceExt

public class CharArrayDataSource extends OMDataSourceExtBase
Deprecated.
Use StringOMDataSource instead.
  • Constructor Details

    • CharArrayDataSource

      public CharArrayDataSource(char[] chars)
      Deprecated.
      Constructor
      Parameters:
      chars -
  • Method Details