|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
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.
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
WseePortRuntimeMBean[] getPorts()
Specifies the list of ports that are associated with this Web Service.
WseePolicyRuntimeMBean getPolicyRuntime()
Specifies the list of WS-Policy files that are associated with this Web Service.
String getImplementationType()
Specifies the implementation type of this service.
The allowed values are: JAX-WS 2.0 JAX-RPC 1.1
String getWebserviceDescriptionName()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, 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 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |