Uses of Interface
org.apache.wsif.spi.WSIFProvider

Packages that use WSIFProvider
org.apache.wsif.base   
org.apache.wsif.providers   
org.apache.wsif.providers.bsf   
org.apache.wsif.providers.ejb   
org.apache.wsif.providers.java   
org.apache.wsif.providers.jms   
org.apache.wsif.providers.soap.apacheaxis   
org.apache.wsif.providers.soap.apachesoap   
org.apache.wsif.providers.soap.soaprmi   
org.apache.wsif.util   
 

Uses of WSIFProvider in org.apache.wsif.base
 

Methods in org.apache.wsif.base that return WSIFProvider
static WSIFProvider WSIFServiceImpl.getDynamicWSIFProvider(java.lang.String namespaceURI)
          Deprecated. this method is replaced by the getProvider method in the org.apache.util.WSIFPluggableProviders class
 

Methods in org.apache.wsif.base with parameters of type WSIFProvider
static void WSIFServiceImpl.setDynamicWSIFProvider(java.lang.String providerNamespaceURI, WSIFProvider provider)
          Deprecated. this method is replaced by the overrideDefaultProvider method in the org.apache.util.WSIFPluggableProviders class
 

Uses of WSIFProvider in org.apache.wsif.providers
 

Classes in org.apache.wsif.providers that implement WSIFProvider
 class ModelWSIFProvider
          Model super class for a WSIFProvider Models are provided for all the classes required to be implemented when writing a WSIF provider: WSIFProvider, WSIFPort, and WSIFOperation.
 

Uses of WSIFProvider in org.apache.wsif.providers.bsf
 

Classes in org.apache.wsif.providers.bsf that implement WSIFProvider
 class WSIFDynamicProvider_BSF
          BSF specific provider of dynamic WSDL invocations.
 

Uses of WSIFProvider in org.apache.wsif.providers.ejb
 

Classes in org.apache.wsif.providers.ejb that implement WSIFProvider
 class WSIFDynamicProvider_EJB
          EJB specific provider of dynamic WSDL invocations.
 

Uses of WSIFProvider in org.apache.wsif.providers.java
 

Classes in org.apache.wsif.providers.java that implement WSIFProvider
 class WSIFDynamicProvider_Java
          Java specific provider of dynamic WSDL invocations.
 

Uses of WSIFProvider in org.apache.wsif.providers.jms
 

Classes in org.apache.wsif.providers.jms that implement WSIFProvider
 class WSIFDynamicProvider_Jms
          WSIF Jms provider
 

Uses of WSIFProvider in org.apache.wsif.providers.soap.apacheaxis
 

Classes in org.apache.wsif.providers.soap.apacheaxis that implement WSIFProvider
 class WSIFDynamicProvider_ApacheAxis
           
 

Uses of WSIFProvider in org.apache.wsif.providers.soap.apachesoap
 

Classes in org.apache.wsif.providers.soap.apachesoap that implement WSIFProvider
 class WSIFDynamicProvider_ApacheSOAP
          ApacheSOAP specific provider of dynamic WSDL invocations.
 

Uses of WSIFProvider in org.apache.wsif.providers.soap.soaprmi
 

Classes in org.apache.wsif.providers.soap.soaprmi that implement WSIFProvider
 class WSIFDynamicProvider_SoapRMI
          SoapRMI provider of dynamic WSDL invocations.
 

Uses of WSIFProvider in org.apache.wsif.util
 

Methods in org.apache.wsif.util that return WSIFProvider
static WSIFProvider WSIFPluggableProviders.getProvider(java.lang.String namespaceURI)
          Gets a WSIFProvider for a particular bindng namespace URI.
 

Methods in org.apache.wsif.util with parameters of type WSIFProvider
static void WSIFPluggableProviders.overrideDefaultProvider(java.lang.String providerNamespaceURI, WSIFProvider provider)
          Change the WSIFProvider used for a particular binding namespace.
 



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.