Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04

weblogic.management.runtime
Interface WebServiceRuntimeMBean


public interface WebServiceRuntimeMBean

Describes the state of a single webservice.


Method Summary
 int getHomePageHitCount()
          Provides a count of the number of times that this service's home page has been visited since this webservice was deployed.
 String getHomePageURL()
          Provides the URL from which the home page for this webservice can be retrieved.
 SOAPException getLastMalformedRequestError()
          Provides the exception that was thrown during the most recently-processed malformed requrest, or null if no malformed request has been encountered.
 Date getLastResetTime()
          Provides the Date on which reset() was last called for this mbean, or null if it has never been called.
 int getMalformedRequestCount()
          Provides a count of the number of times that this service has received a malformed or otherwise invalid request.
 WebServiceOperationRuntimeMBean[] getOperations()
          Returns an array of MBeans representing each of the operations exposed by this WebService.
 String getServiceName()
          Provides the name of this service.
 String getURI()
          Provides the URI of this service.
 int getWSDLHitCount()
          Provides a count of the number of times that this service's WSDL has been retrieved since this webservice was deployed.
 String getWSDLUrl()
          Provides the URL from which the WSDL for this webservice can be retrieved.
 void reset()
          Resets all of the failure statistics that have been gathered in this mbean.
 

Method Detail

getServiceName

String getServiceName()

Provides the name of this service.


getURI

String getURI()

Provides the URI of this service.


getWSDLUrl

String getWSDLUrl()

Provides the URL from which the WSDL for this webservice can be retrieved.


getHomePageURL

String getHomePageURL()

Provides the URL from which the home page for this webservice can be retrieved.


getWSDLHitCount

int getWSDLHitCount()

Provides a count of the number of times that this service's WSDL has been retrieved since this webservice was deployed.


getHomePageHitCount

int getHomePageHitCount()

Provides a count of the number of times that this service's home page has been visited since this webservice was deployed.


getOperations

WebServiceOperationRuntimeMBean[] getOperations()

Returns an array of MBeans representing each of the operations exposed by this WebService.


getMalformedRequestCount

int getMalformedRequestCount()

Provides a count of the number of times that this service has received a malformed or otherwise invalid request.


getLastMalformedRequestError

SOAPException getLastMalformedRequestError()

Provides the exception that was thrown during the most recently-processed malformed requrest, or null if no malformed request has been encountered.


reset

void reset()

Resets all of the failure statistics that have been gathered in this mbean.


getLastResetTime

Date getLastResetTime()

Provides the Date on which reset() was last called for this mbean, or null if it has never been called.


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.4)

Part Number E13945-04