Skip navigation links

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

B28977-01


Uses of Interface
oracle.webservices.WebServiceEndpointInfo

Packages that use WebServiceEndpointInfo
oracle.webservices This package contains the Oracle specific extension classes and interfaces that are common for all modules. 
oracle.webservices.portability This package contains the interfaces and classes needed to implement features in the web services platform portability layer. 
oracle.webservices.provider This package contains the interfaces and classes needed to implement Provider based endpoints. 

 

Uses of WebServiceEndpointInfo in oracle.webservices

 

Methods in oracle.webservices that return WebServiceEndpointInfo
 WebServiceEndpointInfo WebServiceOperationInfo.getEndpointInfo()
          Get the endpoint with which this operation is associated.
 WebServiceEndpointInfo WebServicesDescriptorInfo.getWebServiceEndpointInfo(String endpointName)
          Get information about the web service endpoint with the specified name.

 

Uses of WebServiceEndpointInfo in oracle.webservices.portability

 

Methods in oracle.webservices.portability with parameters of type WebServiceEndpointInfo
 void ProviderPlatformStatisticsAdapter.recordOperationAbort(WebServiceEndpointInfo endpoint, QName operationName, long statsToken)
          Record the abortion of an operation invocation.
 long ProviderPlatformStatisticsAdapter.recordOperationStart(WebServiceEndpointInfo endpoint, QName operationName, long statsToken)
          Record the start of an operation invocation.
 void ProviderPlatformStatisticsAdapter.recordOperationStop(WebServiceEndpointInfo endpoint, QName operationName, long statsToken)
          Record the completion of an operation invocation.
 void ProviderPlatformStatisticsAdapter.recordRequestAbort(WebServiceEndpointInfo endpoint, long statsToken)
          Record a request abortion for the specified endpoint.
 void ProviderPlatformStatisticsAdapter.recordRequestSize(WebServiceEndpointInfo endpoint, QName operation, long requestSize)
          Record the size of a request for the specified operation of the specified endpoint.
 long ProviderPlatformStatisticsAdapter.recordRequestStart(WebServiceEndpointInfo endpoint, long statsToken)
          Record the start of a request for the specified endpoint.
 void ProviderPlatformStatisticsAdapter.recordRequestStop(WebServiceEndpointInfo endpoint, long statsToken)
          Record the completion of a request for the specified endpoint.
 void ProviderPlatformStatisticsAdapter.recordResponseSize(WebServiceEndpointInfo endpoint, QName operationName, long responseSize)
          Record the size of a response from the specified operation of the specified endpoint.

 

Uses of WebServiceEndpointInfo in oracle.webservices.provider

 

Methods in oracle.webservices.provider that return WebServiceEndpointInfo
 WebServiceEndpointInfo ProviderProcessorInfo.getEndpoint()
          Get the endpoint with which this provider processor is associated.

 


Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.