Skip navigation links

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

E10654-02


Uses of Interface
oracle.webservices.provider.ProviderProcessorInfo

Packages that use ProviderProcessorInfo
oracle.webservices.portability This package contains the interfaces and classes needed to implement features in the web services platform portability layer. 
oracle.webservices.portability.management   

 

Uses of ProviderProcessorInfo in oracle.webservices.portability

 

Methods in oracle.webservices.portability with parameters of type ProviderProcessorInfo
 void ProviderPlatformAdapter.addServiceToCluster(ProviderProcessorInfo processor, String providerName, String pathInfo, URL wsdlURL, QName wsdlPort, QName serviceQName, Object policy)
          Make a dynamic endpoint accessible from all instances of an application across a configuration group or cluster.
 ProviderInterceptorPipeline ProviderPlatformAdapter.createProviderInterceptorPipeline(PortId portId, String pathInfo, URL wsdlURL, ProviderProcessorInfo processor, Definition wsdl, Element config, DynamicEndpointNameHelper helper)
          Factory method for creating a ProviderInterceptorPipeline instance for a provider-based endpoint.
 void ProviderPlatformAdapter.registerProviderEndpointMBean(ProviderProcessorInfo processor)
          Register an MBean for a provider endpoint.
 void ProviderPlatformAdapter.removeServiceFromCluster(ProviderProcessorInfo processor, String providerName, String pathInfo)
          Remove a dynamic endpoint from a configuration group or cluster.

 

Uses of ProviderProcessorInfo in oracle.webservices.portability.management

 

Methods in oracle.webservices.portability.management that return ProviderProcessorInfo
 ProviderProcessorInfo ProviderInterceptorPipeline.getProcessor()
          Get the processor for this provider.

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.