Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02

weblogic.management.runtime
Interface WseePortRuntimeMBean


public interface WseePortRuntimeMBean

Describes the state of a particular Web Service port.


Method Summary
 WseeHandlerRuntimeMBean[] getHandlers()
          Specifies the list of SOAP message handlers that are associated with this Web Service.
 WseeOperationRuntimeMBean[] getOperations()
          Specifies the list of public operations exposed by this Web Service.
 String getPortName()
          Specifies the name of this port.
 String getTransportProtocolType()
          Specifies the transport protocol used to invoke this Web Service, such as HTTP, HTTPS, or JMS.
 

Method Detail

getPortName

String getPortName()

Specifies the name of this port.

This attribute corresponds to the "name" attribute of the "port" element in the WSDL that describes the Web Service. Programmers specify the name of the port using the portName attribute of the


getTransportProtocolType

String getTransportProtocolType()

Specifies the transport protocol used to invoke this Web Service, such as HTTP, HTTPS, or JMS.

This attribute determines the transport that is published in the endpoint address section of the WSDL of the Web Service. Programmers specify the transport by the type of @WLXXXTransport JWS annotation they specify, where XXX refers to the type of transport (HTTP, HTTPS, or JMS).

Programmers can also use the WLXXXTransport child element of the jwsc Ant task to specify this attribute.


getOperations

WseeOperationRuntimeMBean[] getOperations()

Specifies the list of public operations exposed by this Web Service.


getHandlers

WseeHandlerRuntimeMBean[] getHandlers()

Specifies the list of SOAP message handlers that are associated with this Web Service.


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-02