Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractWSProtocolBean

All Superinterfaces:
com.sonicsw.mx.config.IAnnotationExtension, IMgmtBase, IMgmtBeanBase
All Known Subinterfaces:
IWSProtocolBean

public interface IAbstractWSProtocolBean
extends IMgmtBeanBase

Configuration Bean representing a 'WSProtocol'


Nested Class Summary
static interface IAbstractWSProtocolBean.IAbstractWsContentMapItemType
          Inner class representing WsContentMapItemType This class extends IMgmtListBase
static interface IAbstractWSProtocolBean.IAbstractWsProtocolContentMapType
          Inner class representing WsProtocolContentMapType This inner class contains inner data items that are keyed off a name.
static interface IAbstractWSProtocolBean.IAbstractWsProtocolURLMapType
          Inner class representing WsProtocolURLMapType This inner class contains inner data items that are keyed off a name.
 
Field Summary
 
Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY
 
Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension
END_CDATA, START_CDATA, TOOL_ANNOTATION
 
Method Summary
 IWSProtocolBean.IWsProtocolContentMapType getDirectContentMap()
          Get the attribute for DIRECT_CONTENT_MAP.
 IMgmtAttributeMetaData getDirectContentMapMetaData()
          Get the attribute metadata for DIRECT_CONTENT_MAP.
 java.lang.String getDirectFactory()
          Get the attribute for DIRECT_FACTORY as a String value.
 IMgmtAttributeMetaData getDirectFactoryMetaData()
          Get the attribute metadata for DIRECT_FACTORY.
 java.lang.String getDirectName()
          Get the attribute for DIRECT_NAME as a String value.
 IMgmtAttributeMetaData getDirectNameMetaData()
          Get the attribute metadata for DIRECT_NAME.
 java.lang.String getDirectType()
          Get the attribute for DIRECT_TYPE as a String value.
 IMgmtAttributeMetaData getDirectTypeMetaData()
          Get the attribute metadata for DIRECT_TYPE.
 IWSProtocolBean.IWsProtocolURLMapType getDirectUrlMap()
          Get the attribute for DIRECT_URL_MAP.
 IMgmtAttributeMetaData getDirectUrlMapMetaData()
          Get the attribute metadata for DIRECT_URL_MAP.
 void setDirectName(java.lang.String value)
          Set the attribute for DIRECT_NAME to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 
Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension
getAnnotation, setAnnotation
 

Method Detail

getDirectContentMap

IWSProtocolBean.IWsProtocolContentMapType getDirectContentMap()
                                                              throws MgmtException
Get the attribute for DIRECT_CONTENT_MAP.

Returns:
The IWsProtocolContentMapType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDirectContentMapMetaData

IMgmtAttributeMetaData getDirectContentMapMetaData()
                                                   throws MgmtException
Get the attribute metadata for DIRECT_CONTENT_MAP.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getDirectFactory

java.lang.String getDirectFactory()
                                  throws MgmtException
Get the attribute for DIRECT_FACTORY as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDirectFactoryMetaData

IMgmtAttributeMetaData getDirectFactoryMetaData()
                                                throws MgmtException
Get the attribute metadata for DIRECT_FACTORY.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getDirectName

java.lang.String getDirectName()
                               throws MgmtException
Get the attribute for DIRECT_NAME as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDirectNameMetaData

IMgmtAttributeMetaData getDirectNameMetaData()
                                             throws MgmtException
Get the attribute metadata for DIRECT_NAME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getDirectType

java.lang.String getDirectType()
                               throws MgmtException
Get the attribute for DIRECT_TYPE as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDirectTypeMetaData

IMgmtAttributeMetaData getDirectTypeMetaData()
                                             throws MgmtException
Get the attribute metadata for DIRECT_TYPE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getDirectUrlMap

IWSProtocolBean.IWsProtocolURLMapType getDirectUrlMap()
                                                      throws MgmtException
Get the attribute for DIRECT_URL_MAP.

Returns:
The IWsProtocolURLMapType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDirectUrlMapMetaData

IMgmtAttributeMetaData getDirectUrlMapMetaData()
                                               throws MgmtException
Get the attribute metadata for DIRECT_URL_MAP.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

setDirectName

void setDirectName(java.lang.String value)
                   throws MgmtException
Set the attribute for DIRECT_NAME to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.