Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.BrokerProxy.PolicyType

java.lang.Object
        java.lang.Enum
                com.ibm.broker.config.proxy.BrokerProxy.PolicyType

public static final class BrokerProxy.PolicyType
extends Enum

Enumerates the possible types of policy that can be used when retrieving the defined policy sets from the broker.

Field Index
Field Description
WS_SECURITY  
Method Index
Method Description
BrokerProxy.PolicyType valueOf(String)  
BrokerProxy.PolicyType[] values()  

Fields

WS_SECURITY

public static final com.ibm.broker.config.proxy.BrokerProxy.PolicyType WS_SECURITY

Methods

valueOf

public static BrokerProxy.PolicyType valueOf(String name) 

values

public static final BrokerProxy.PolicyType[] values() 

Class Hierarchy All Classes All Fields and Methods