Skip navigation links

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

B28977-01


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, Oracle. All Rights Reserved.