Uses of Class
org.codehaus.activesoap.util.XMLStreamFactory

Packages that use XMLStreamFactory
org.codehaus.activesoap The core API and classes for the SOAP stack 
org.codehaus.activesoap.transport   
 

Uses of XMLStreamFactory in org.codehaus.activesoap
 

Methods in org.codehaus.activesoap that return XMLStreamFactory
 XMLStreamFactory RestService.getStreamFactory()
           
 

Methods in org.codehaus.activesoap with parameters of type XMLStreamFactory
 void RestService.setStreamFactory(XMLStreamFactory streamFactory)
           
 

Uses of XMLStreamFactory in org.codehaus.activesoap.transport
 

Methods in org.codehaus.activesoap.transport that return XMLStreamFactory
 XMLStreamFactory TransportClientSupport.getStreamFactory()
           
 

Methods in org.codehaus.activesoap.transport with parameters of type XMLStreamFactory
 void TransportClientSupport.setStreamFactory(XMLStreamFactory streamFactory)
           
 

Constructors in org.codehaus.activesoap.transport with parameters of type XMLStreamFactory
Invocation(TransportClient transport, XMLStreamFactory streamFactory)
           
 



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.