Uses of Interface
javax.xml.transform.Source

Packages that use Source
javax.xml.soap   
org.apache.axis   
 

Uses of Source in javax.xml.soap
 

Methods in javax.xml.soap that return Source
abstract  Source SOAPPart.getContent()
          Returns the content of the SOAPEnvelope as a JAXP Source object.
 

Methods in javax.xml.soap with parameters of type Source
abstract  void SOAPPart.setContent(Source source)
          Sets the content of the SOAPEnvelope object with the data from the given Source object.
 

Uses of Source in org.apache.axis
 

Methods in org.apache.axis that return Source
 Source SOAPPart.getContent()
          Returns the content of the SOAPEnvelope as a JAXP Source object.
 

Methods in org.apache.axis with parameters of type Source
 void SOAPPart.setContent(Source source)
          Sets the content of the SOAPEnvelope object with the data from the given Source object.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.