Uses of Interface
org.apache.axis2.om.OMText

Packages that use OMText
org.apache.axis2.om   
org.apache.axis2.om.impl   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.saaj   
 

Uses of OMText in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMText
 OMText OMFactory.createText(OMElement parent, java.lang.String text)
           
 OMText OMFactory.createText(java.lang.String s)
           
 OMText OMFactory.createText(java.lang.String s, int type)
           
 OMText OMFactory.createText(java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 OMText OMFactory.createText(java.lang.Object dataHandler, boolean optimize)
           
 OMText OMFactory.createText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
           
 

Uses of OMText in org.apache.axis2.om.impl
 

Methods in org.apache.axis2.om.impl with parameters of type OMText
static MimeBodyPart MIMEOutputUtils.createMimeBodyPart(OMText node)
           
 void OMOutputImpl.writeOptimized(OMText node)
           
 

Uses of OMText in org.apache.axis2.om.impl.llom
 

Classes in org.apache.axis2.om.impl.llom that implement OMText
 class OMTextImpl
           
 

Uses of OMText in org.apache.axis2.om.impl.llom.factory
 

Methods in org.apache.axis2.om.impl.llom.factory that return OMText
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String text)
          Method createText
 OMText OMLinkedListImplFactory.createText(java.lang.String s)
          Method createText
 OMText OMLinkedListImplFactory.createText(java.lang.String s, int type)
           
 OMText OMLinkedListImplFactory.createText(java.lang.String s, java.lang.String mimeType, boolean optimize)
          create Text
 OMText OMLinkedListImplFactory.createText(java.lang.Object dataHandler, boolean optimize)
          create text
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          create text
 

Uses of OMText in org.apache.axis2.saaj
 

Methods in org.apache.axis2.saaj that return OMText
 OMText AttachmentPartImpl.getOMText()
           
 

Constructors in org.apache.axis2.saaj with parameters of type OMText
TextImpl(OMText omText)