Skip navigation links

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

E10654-02


Uses of Interface
oracle.webservices.WebServiceEndpointInfo

Packages that use WebServiceEndpointInfo
oracle.webservices   
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.
 void ProviderPlatformAdapter.setupExecutionContext(String appName, WebServiceEndpointInfo endpoint, String moduleName)
           

 

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