BEA Systems, Inc.

weblogic.management.runtime
Interface WseeRuntimeMBean


public interface WseeRuntimeMBean

Encapsulates runtime information about a particular Web Service.


Method Summary
 String getImplementationType()
          Specifies the implementation type of this service.
 WseePolicyRuntimeMBean getPolicyRuntime()
          Specifies the list of WS-Policy files that are associated with this Web Service.
 WseePortRuntimeMBean[] getPorts()
          Specifies the list of ports that are associated with this Web Service.
 String getServiceName()
          Specifies the name of this service.
 String getURI()
          Specifies the URI of this Web Service.
 String getWebserviceDescriptionName()
          webservice description name for this webservice
 

Method Detail

getServiceName

String getServiceName()

Specifies the name of this service.

This attribute corresponds to the "name" attribute of the "service" element in the WSDL that describes the Web Service. It is specified at development time using the serviceName attribute of the @WebService JWS annotation.


getURI

String getURI()

Specifies the URI of this Web Service.

This attribute corresponds to the final part of the endpoint address in the WSDL that describes the Web Services. It is specified at development time using the contextPath and serviceURI attributes of the


getPorts

WseePortRuntimeMBean[] getPorts()

Specifies the list of ports that are associated with this Web Service.


getPolicyRuntime

WseePolicyRuntimeMBean getPolicyRuntime()

Specifies the list of WS-Policy files that are associated with this Web Service.


getImplementationType

String getImplementationType()

Specifies the implementation type of this service.

The allowed values are: JAX-WS 2.0 JAX-RPC 1.1


getWebserviceDescriptionName

String getWebserviceDescriptionName()
webservice description name for this webservice

Returns:
String

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.