Skip navigation links

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

E10654-02


oracle.webservices.provider
Interface ProviderProcessorInfo


public interface ProviderProcessorInfo

Implementations of this interface are processors for provider-based web services.


Method Summary
 String getAppName()
          Get the name of the application with which the provider is associated.
 WebServiceEndpointInfo getEndpoint()
          Get the endpoint with which this provider processor is associated.
 String getModuleName()
          Get the name of the module with which the provider is associated.
 ProviderConfig getProviderConfig()
          Get the provider configuration for this object.

 

Method Detail

getEndpoint

WebServiceEndpointInfo getEndpoint()
Get the endpoint with which this provider processor is associated.
Returns:
A WebServiceEndpointInfo instance corresponding to this object.

getProviderConfig

ProviderConfig getProviderConfig()
Get the provider configuration for this object.
Returns:
The ProviderConfig instance associated with this object.

getAppName

String getAppName()
Get the name of the application with which the provider is associated.
Returns:
The application name.

getModuleName

String getModuleName()
Get the name of the module with which the provider is associated.
Returns:
The module name.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.