WseePolicyRuntimeMBean


Overview  |   Related MBeans  |   Attributes  |   Operations

Overview

Specifies runtime information about the WS-Policy files that are available for the Web Service.

Web Services can have one or more WS-Policy files associated with the endpoint itself or its operations; the WS-Policy files specify configuration options for Web Service message-level security (encryption and digital signatures) and reliable SOAP messaging.

Programmers can use the @Policy JWS annotation to associate a WS-Policy file to a Web Service at development time. Administrators can also associate additional WS-Policy files at runtime.

Fully Qualified Interface Name If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:
weblogic.management.runtime.WseePolicyRuntimeMBean
   
Factory Methods No factory methods. Instances of this MBean are created automatically.


Attributes

This section describes the following attributes:


 

AvailablePolicies

   
Privileges Read only    
Type class java.lang.String[]

 

CachingDisabled

Private property that disables caching in proxies.

   
Privileges Read only    
Type boolean

 

MBeanInfo

Returns the MBean info for this MBean.

Deprecated.

   
Privileges Read only    
Type javax.management.MBeanInfo

 

Name of

Name of configuration. WebLogic Server uses an MBean to implement and persist the configuration.

   
Privileges Read only    
Type java.lang.String

 

ObjectName

Returns the ObjectName under which this MBean is registered in the MBean server.

Deprecated.

   
Privileges Read only    
Type weblogic.management.WebLogicObjectName

 

Parent

Return the immediate parent for this MBean

   
Privileges Read/Write    
Type

 

Registered

Returns false if the the MBean represented by this object has been unregistered.

Deprecated.

   
Privileges Read only    
Type boolean

 

Type

Returns the type of the MBean.

   
Privileges Read only    
Type java.lang.String


Operations

This section describes the following operations:


     

    preDeregister

    Operation Name "preDeregister"    
    Parameters null
    Signature null
    Returns void
    Exceptions

    • java.lang.Exception