Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Interface
oracle.webservices.ConnectionConfig

Packages that use ConnectionConfig
oracle.webservices   
oracle.webservices.mdds   
oracle.webservices.provider This package contains the interfaces and classes needed to implement Provider based endpoints. 

 

Uses of ConnectionConfig in oracle.webservices

 

Classes in oracle.webservices that implement ConnectionConfig
 class ConnectionConfigBean
          This class contains all of the properties that can be set when creating a remote connection for transports including http and https.

 

Methods in oracle.webservices that return ConnectionConfig
 ConnectionConfig OracleService.getConnectionConfig()
          The connection configuration for this service.

 

Constructors in oracle.webservices with parameters of type ConnectionConfig
OracleService(URL wsdlDocumentLocation, QName serviceName, Definition definition, ConnectionConfig connectionConfig)
          The constructor for an Oracle Service
ServiceClientFactory(URL wsdlDocumentLocation, QName serviceName, Definition definition, ConnectionConfig connectionConfig, Class<?> serviceClass)
          The constructor for an ServiceClientFactory

 

Uses of ConnectionConfig in oracle.webservices.mdds

 

Methods in oracle.webservices.mdds with parameters of type ConnectionConfig
abstract  Model MddsModelFactory.createModelFromWSDL(Definition def, ConnectionConfig config)
          Given a WSDL url, load the WSDL and its imports, create a webservices model and decorate that model with MDDS annotations.

 

Uses of ConnectionConfig in oracle.webservices.provider

 

Methods in oracle.webservices.provider that return ConnectionConfig
 ConnectionConfig ProviderConfig.getConnectionConfig()
           

 

Methods in oracle.webservices.provider with parameters of type ConnectionConfig
 void ProviderConfig.setConnectionConfig(ConnectionConfig connectionConfig)
           

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.