OMNode, OMDocument use OMOutputImpl - violating package encapsulation
---------------------------------------------------------------------

         Key: AXIS2-252
         URL: http://issues.apache.org/jira/browse/AXIS2-252
     Project: Apache Axis 2.0 (Axis2)
        Type: Improvement
  Components: om  
    Versions: 0.92    
 Environment: All
    Reporter: Eric Johnson


The following functions:

OMNode.serializeWithCache(OMOutputImpl omOutput)
OMNode.serialize(OMOutputImpl omOutput)

OMDocument.serialize(OMOutputImpl omOutput)
OMDocument.serialize(OMOutputImpl omOutput, boolean includeXMLDeclaration)
OMDocument.serializeWithCache(OMOutputImpl omOutput)
OMDocument.serializeWithCache(OMOutputImpl omOutput, boolean 
includeXMLDeclaration)

All reference OMOutputImpl - which is found in the "om.impl" package, rather 
than the "om" package.  It seems to me that perhaps there should be an 
interface called "OMOutput", or something like that.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to