Uses of Interface
javax.xml.transform.Source

Packages that use Source
javax.xml.soap   
 

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.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.