Uses of Interface
org.apache.ws.commons.om.OMText

Packages that use OMText
org.apache.ws.commons.om   
org.apache.ws.commons.om.impl   
org.apache.ws.commons.om.impl.llom   
org.apache.ws.commons.om.impl.llom.factory   
 

Uses of OMText in org.apache.ws.commons.om
 

Methods in org.apache.ws.commons.om that return OMText
 OMText OMFactory.createText(OMElement parent, java.lang.String text)
           
 OMText OMFactory.createText(OMElement parent, java.lang.String text, int type)
           
 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)
           
 OMText OMFactory.createText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 

Uses of OMText in org.apache.ws.commons.om.impl
 

Methods in org.apache.ws.commons.om.impl with parameters of type OMText
static javax.mail.internet.MimeBodyPart MIMEOutputUtils.createMimeBodyPart(OMText node)
           
 void OMOutputImpl.writeOptimized(OMText node)
           
 

Uses of OMText in org.apache.ws.commons.om.impl.llom
 

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

Uses of OMText in org.apache.ws.commons.om.impl.llom.factory
 

Methods in org.apache.ws.commons.om.impl.llom.factory that return OMText
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String text)
          Method createText.
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String text, int type)
           
 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)
          Creates text.
 OMText OMLinkedListImplFactory.createText(java.lang.Object dataHandler, boolean optimize)
          Creates text.
 OMText OMLinkedListImplFactory.createText(java.lang.String contentID, OMElement parent, OMXMLParserWrapper builder)
           
 OMText OMLinkedListImplFactory.createText(OMElement parent, java.lang.String s, java.lang.String mimeType, boolean optimize)
          Creates text.