Package | Description |
---|---|
oracle.webservices | |
oracle.webservices.portability |
This package contains the interfaces and classes needed to implement features in the web services platform portability layer.
|
Modifier and Type | Method and Description |
---|---|
WebServiceEndpointInfo |
WebServiceOperationInfo.getEndpointInfo()
Get the endpoint with which this operation is associated.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderPlatformStatisticsAdapter.recordOperationAbort(WebServiceEndpointInfo endpoint, javax.xml.namespace.QName operationName, long statsToken)
Record the abortion of an operation invocation.
|
long |
ProviderPlatformStatisticsAdapter.recordOperationStart(WebServiceEndpointInfo endpoint, javax.xml.namespace.QName operationName, long statsToken)
Record the start of an operation invocation.
|
void |
ProviderPlatformStatisticsAdapter.recordOperationStop(WebServiceEndpointInfo endpoint, javax.xml.namespace.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, javax.xml.namespace.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, javax.xml.namespace.QName operationName, long responseSize)
Record the size of a response from the specified operation of the specified endpoint.
|