Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


Uses of Interface
oracle.webservices.transport.ClientTransportFactory

Packages that use ClientTransportFactory
oracle.webservices This package contains the Oracle specific extension classes and interfaces that are common for all modules. 
oracle.webservices.transport This package contains the classes and interfaces to support multiple transport bindings. 

 

Uses of ClientTransportFactory in oracle.webservices

 

Methods in oracle.webservices with parameters of type ClientTransportFactory
 void OracleCall.setClientTransportFactory(ClientTransportFactory clientTransportFactory)
          Sets the ClientTransportFactory that will be used to create ClientTransport objects to send and receive SOAP messages.

 

Uses of ClientTransportFactory in oracle.webservices.transport

 

Classes in oracle.webservices.transport that implement ClientTransportFactory
 class JmsClientTransportFactory
          This is a factory class for JMS client transports

 


Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.