Sonic Management API

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

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

public interface IAbstractWSProtocolUrlEndpointBean
extends IMgmtBeanBase

Configuration Bean representing a 'WSProtocolUrlEndpoint'


Nested Class Summary
static interface IAbstractWSProtocolUrlEndpointBean.IAbstractCredentialsType
          Inner class representing CredentialsType This class extends IMgmtListBase
static interface IAbstractWSProtocolUrlEndpointBean.IAbstractWsKeystoreType
          Inner class representing WsKeystoreType This class extends IMgmtListBase
static interface IAbstractWSProtocolUrlEndpointBean.IAbstractWsProtocolAuthenticationType
          Inner class representing WsProtocolAuthenticationType This class extends IMgmtListBase
 
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
 IWSProtocolUrlEndpointBean.ICredentialsType createCredentials()
          Create an instance of an ICredentialsType attribute.
 IWSProtocolUrlEndpointBean.IWsKeystoreType createServiceTrustStore()
          Create an instance of an IWsKeystoreType attribute.
 IWSProtocolUrlEndpointBean.IWsProtocolAuthenticationType getAuthentication()
          Get the attribute for AUTHENTICATION.
 IMgmtAttributeMetaData getAuthenticationMetaData()
          Get the attribute metadata for AUTHENTICATION.
 IWSProtocolUrlEndpointBean.ICredentialsType getCredentials()
          Get the attribute for CREDENTIALS.
 IMgmtAttributeMetaData getCredentialsMetaData()
          Get the attribute metadata for CREDENTIALS.
 java.lang.String getDeliveryMode()
          Get the attribute for DELIVERY_MODE as a String value.
 IMgmtAttributeMetaData getDeliveryModeMetaData()
          Get the attribute metadata for DELIVERY_MODE.
 java.lang.String getDestinationName()
          Get the attribute for DESTINATION_NAME as a String value.
 IMgmtAttributeMetaData getDestinationNameMetaData()
          Get the attribute metadata for DESTINATION_NAME.
 java.lang.String getDestinationType()
          Get the attribute for DESTINATION_TYPE as a String value.
 IMgmtAttributeMetaData getDestinationTypeMetaData()
          Get the attribute metadata for DESTINATION_TYPE.
 boolean getMapCertificateToUsername()
          Get the attribute for MAP_CERTIFICATE_TO_USERNAME as a boolean value.
 IMgmtAttributeMetaData getMapCertificateToUsernameMetaData()
          Get the attribute metadata for MAP_CERTIFICATE_TO_USERNAME.
 boolean getNotifyUndelivered()
          Get the attribute for NOTIFY_UNDELIVERED as a boolean value.
 boolean getNotifyUndelivered(boolean defValue)
          Get the attribute for NOTIFY_UNDELIVERED as a boolean value.
 IMgmtAttributeMetaData getNotifyUndeliveredMetaData()
          Get the attribute metadata for NOTIFY_UNDELIVERED.
 boolean getPreserveUndelivered()
          Get the attribute for PRESERVE_UNDELIVERED as a boolean value.
 boolean getPreserveUndelivered(boolean defValue)
          Get the attribute for PRESERVE_UNDELIVERED as a boolean value.
 IMgmtAttributeMetaData getPreserveUndeliveredMetaData()
          Get the attribute metadata for PRESERVE_UNDELIVERED.
 int getPriority()
          Get the attribute for PRIORITY as a int value.
 IMgmtAttributeMetaData getPriorityMetaData()
          Get the attribute metadata for PRIORITY.
 IWSProtocolUrlEndpointBean.IWsKeystoreType getServiceTrustStore()
          Get the attribute for SERVICE_TRUST_STORE.
 IMgmtAttributeMetaData getServiceTrustStoreMetaData()
          Get the attribute metadata for SERVICE_TRUST_STORE.
 java.lang.String getSoapRoles()
          Get the attribute for SOAP_ROLES as a String value.
 java.lang.String getSoapRoles(java.lang.String defValue)
          Get the attribute for SOAP_ROLES as a String value.
 IMgmtAttributeMetaData getSoapRolesMetaData()
          Get the attribute metadata for SOAP_ROLES.
 long getTimeout()
          Get the attribute for TIMEOUT as a long value.
 IMgmtAttributeMetaData getTimeoutMetaData()
          Get the attribute metadata for TIMEOUT.
 long getTimeToLive()
          Get the attribute for TIME_TO_LIVE as a long value.
 IMgmtAttributeMetaData getTimeToLiveMetaData()
          Get the attribute metadata for TIME_TO_LIVE.
 java.lang.String getType()
          Get the attribute for TYPE as a String value.
 IMgmtAttributeMetaData getTypeMetaData()
          Get the attribute metadata for TYPE.
 java.lang.String getUndeliveredDestinationName()
          Get the attribute for UNDELIVERED_DESTINATION_NAME as a String value.
 IMgmtAttributeMetaData getUndeliveredDestinationNameMetaData()
          Get the attribute metadata for UNDELIVERED_DESTINATION_NAME.
 java.lang.String getUndeliveredDestinationType()
          Get the attribute for UNDELIVERED_DESTINATION_TYPE as a String value.
 IMgmtAttributeMetaData getUndeliveredDestinationTypeMetaData()
          Get the attribute metadata for UNDELIVERED_DESTINATION_TYPE.
 java.lang.String getUrl()
          Get the attribute for URL as a String value.
 IMgmtAttributeMetaData getUrlMetaData()
          Get the attribute metadata for URL.
 java.lang.String getUser()
          Get the attribute for USER as a String value.
 IMgmtAttributeMetaData getUserMetaData()
          Get the attribute metadata for USER.
 java.lang.String getWsdlLocation()
          Get the attribute for WSDL_LOCATION as a String value.
 java.lang.String getWsdlLocation(java.lang.String defValue)
          Get the attribute for WSDL_LOCATION as a String value.
 IMgmtAttributeMetaData getWsdlLocationMetaData()
          Get the attribute metadata for WSDL_LOCATION.
 void setCredentials(IWSProtocolUrlEndpointBean.ICredentialsType value)
          Set the attribute for CREDENTIALS to the specified ICredentialsType value.
 void setDeliveryMode(java.lang.String value)
          Set the attribute for DELIVERY_MODE to the specified String value.
 void setDestinationName(java.lang.String value)
          Set the attribute for DESTINATION_NAME to the specified String value.
 void setDestinationType(java.lang.String value)
          Set the attribute for DESTINATION_TYPE to the specified String value.
 void setMapCertificateToUsername(boolean value)
          Set the attribute for MAP_CERTIFICATE_TO_USERNAME to the specified boolean value.
 void setNotifyUndelivered(boolean value)
          Set the attribute for NOTIFY_UNDELIVERED to the specified boolean value.
 void setPreserveUndelivered(boolean value)
          Set the attribute for PRESERVE_UNDELIVERED to the specified boolean value.
 void setPriority(int value)
          Set the attribute for PRIORITY to the specified int value.
 void setServiceTrustStore(IWSProtocolUrlEndpointBean.IWsKeystoreType value)
          Set the attribute for SERVICE_TRUST_STORE to the specified IWsKeystoreType value.
 void setSoapRoles(java.lang.String value)
          Set the attribute for SOAP_ROLES to the specified String value.
 void setTimeout(long value)
          Set the attribute for TIMEOUT to the specified long value.
 void setTimeToLive(long value)
          Set the attribute for TIME_TO_LIVE to the specified long value.
 void setUndeliveredDestinationName(java.lang.String value)
          Set the attribute for UNDELIVERED_DESTINATION_NAME to the specified String value.
 void setUndeliveredDestinationType(java.lang.String value)
          Set the attribute for UNDELIVERED_DESTINATION_TYPE to the specified String value.
 void setUrl(java.lang.String value)
          Set the attribute for URL to the specified String value.
 void setUser(java.lang.String value)
          Set the attribute for USER to the specified String value.
 void setWsdlLocation(java.lang.String value)
          Set the attribute for WSDL_LOCATION 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

createCredentials

IWSProtocolUrlEndpointBean.ICredentialsType createCredentials()
                                                              throws MgmtException
Create an instance of an ICredentialsType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setCredentials method.

Returns:
The new ICredentialsType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createServiceTrustStore

IWSProtocolUrlEndpointBean.IWsKeystoreType createServiceTrustStore()
                                                                   throws MgmtException
Create an instance of an IWsKeystoreType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setServiceTrustStore method.

Returns:
The new IWsKeystoreType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

getAuthentication

IWSProtocolUrlEndpointBean.IWsProtocolAuthenticationType getAuthentication()
                                                                           throws MgmtException
Get the attribute for AUTHENTICATION.

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

getAuthenticationMetaData

IMgmtAttributeMetaData getAuthenticationMetaData()
                                                 throws MgmtException
Get the attribute metadata for AUTHENTICATION.

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

getCredentials

IWSProtocolUrlEndpointBean.ICredentialsType getCredentials()
                                                           throws MgmtException
Get the attribute for CREDENTIALS.

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

getCredentialsMetaData

IMgmtAttributeMetaData getCredentialsMetaData()
                                              throws MgmtException
Get the attribute metadata for CREDENTIALS.

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

getDeliveryMode

java.lang.String getDeliveryMode()
                                 throws MgmtException
Get the attribute for DELIVERY_MODE 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

getDeliveryModeMetaData

IMgmtAttributeMetaData getDeliveryModeMetaData()
                                               throws MgmtException
Get the attribute metadata for DELIVERY_MODE.

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

getDestinationName

java.lang.String getDestinationName()
                                    throws MgmtException
Get the attribute for DESTINATION_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

getDestinationNameMetaData

IMgmtAttributeMetaData getDestinationNameMetaData()
                                                  throws MgmtException
Get the attribute metadata for DESTINATION_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

getDestinationType

java.lang.String getDestinationType()
                                    throws MgmtException
Get the attribute for DESTINATION_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

getDestinationTypeMetaData

IMgmtAttributeMetaData getDestinationTypeMetaData()
                                                  throws MgmtException
Get the attribute metadata for DESTINATION_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

getMapCertificateToUsername

boolean getMapCertificateToUsername()
                                    throws MgmtException
Get the attribute for MAP_CERTIFICATE_TO_USERNAME as a boolean value.

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

getMapCertificateToUsernameMetaData

IMgmtAttributeMetaData getMapCertificateToUsernameMetaData()
                                                           throws MgmtException
Get the attribute metadata for MAP_CERTIFICATE_TO_USERNAME.

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

getNotifyUndelivered

boolean getNotifyUndelivered()
                             throws MgmtException
Get the attribute for NOTIFY_UNDELIVERED as a boolean value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getNotifyUndelivered

boolean getNotifyUndelivered(boolean defValue)
                             throws MgmtException
Get the attribute for NOTIFY_UNDELIVERED as a boolean value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getNotifyUndeliveredMetaData

IMgmtAttributeMetaData getNotifyUndeliveredMetaData()
                                                    throws MgmtException
Get the attribute metadata for NOTIFY_UNDELIVERED.

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

getPreserveUndelivered

boolean getPreserveUndelivered()
                               throws MgmtException
Get the attribute for PRESERVE_UNDELIVERED as a boolean value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getPreserveUndelivered

boolean getPreserveUndelivered(boolean defValue)
                               throws MgmtException
Get the attribute for PRESERVE_UNDELIVERED as a boolean value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getPreserveUndeliveredMetaData

IMgmtAttributeMetaData getPreserveUndeliveredMetaData()
                                                      throws MgmtException
Get the attribute metadata for PRESERVE_UNDELIVERED.

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

getPriority

int getPriority()
                throws MgmtException
Get the attribute for PRIORITY as a int value.

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

getPriorityMetaData

IMgmtAttributeMetaData getPriorityMetaData()
                                           throws MgmtException
Get the attribute metadata for PRIORITY.

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

getServiceTrustStore

IWSProtocolUrlEndpointBean.IWsKeystoreType getServiceTrustStore()
                                                                throws MgmtException
Get the attribute for SERVICE_TRUST_STORE.

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

getServiceTrustStoreMetaData

IMgmtAttributeMetaData getServiceTrustStoreMetaData()
                                                    throws MgmtException
Get the attribute metadata for SERVICE_TRUST_STORE.

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

getSoapRoles

java.lang.String getSoapRoles()
                              throws MgmtException
Get the attribute for SOAP_ROLES as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getSoapRoles

java.lang.String getSoapRoles(java.lang.String defValue)
                              throws MgmtException
Get the attribute for SOAP_ROLES as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getSoapRolesMetaData

IMgmtAttributeMetaData getSoapRolesMetaData()
                                            throws MgmtException
Get the attribute metadata for SOAP_ROLES.

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

getTimeout

long getTimeout()
                throws MgmtException
Get the attribute for TIMEOUT as a long value.

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

getTimeoutMetaData

IMgmtAttributeMetaData getTimeoutMetaData()
                                          throws MgmtException
Get the attribute metadata for TIMEOUT.

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

getTimeToLive

long getTimeToLive()
                   throws MgmtException
Get the attribute for TIME_TO_LIVE as a long value.

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

getTimeToLiveMetaData

IMgmtAttributeMetaData getTimeToLiveMetaData()
                                             throws MgmtException
Get the attribute metadata for TIME_TO_LIVE.

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

getType

java.lang.String getType()
                         throws MgmtException
Get the attribute for 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

getTypeMetaData

IMgmtAttributeMetaData getTypeMetaData()
                                       throws MgmtException
Get the attribute metadata for 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

getUndeliveredDestinationName

java.lang.String getUndeliveredDestinationName()
                                               throws MgmtException
Get the attribute for UNDELIVERED_DESTINATION_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

getUndeliveredDestinationNameMetaData

IMgmtAttributeMetaData getUndeliveredDestinationNameMetaData()
                                                             throws MgmtException
Get the attribute metadata for UNDELIVERED_DESTINATION_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

getUndeliveredDestinationType

java.lang.String getUndeliveredDestinationType()
                                               throws MgmtException
Get the attribute for UNDELIVERED_DESTINATION_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

getUndeliveredDestinationTypeMetaData

IMgmtAttributeMetaData getUndeliveredDestinationTypeMetaData()
                                                             throws MgmtException
Get the attribute metadata for UNDELIVERED_DESTINATION_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

getUrl

java.lang.String getUrl()
                        throws MgmtException
Get the attribute for URL 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

getUrlMetaData

IMgmtAttributeMetaData getUrlMetaData()
                                      throws MgmtException
Get the attribute metadata for URL.

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

getUser

java.lang.String getUser()
                         throws MgmtException
Get the attribute for USER 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

getUserMetaData

IMgmtAttributeMetaData getUserMetaData()
                                       throws MgmtException
Get the attribute metadata for USER.

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

getWsdlLocation

java.lang.String getWsdlLocation()
                                 throws MgmtException
Get the attribute for WSDL_LOCATION as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

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

getWsdlLocation

java.lang.String getWsdlLocation(java.lang.String defValue)
                                 throws MgmtException
Get the attribute for WSDL_LOCATION as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
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

getWsdlLocationMetaData

IMgmtAttributeMetaData getWsdlLocationMetaData()
                                               throws MgmtException
Get the attribute metadata for WSDL_LOCATION.

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

setCredentials

void setCredentials(IWSProtocolUrlEndpointBean.ICredentialsType value)
                    throws MgmtException
Set the attribute for CREDENTIALS to the specified ICredentialsType value.

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

setDeliveryMode

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

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

setDestinationName

void setDestinationName(java.lang.String value)
                        throws MgmtException
Set the attribute for DESTINATION_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

setDestinationType

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

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

setMapCertificateToUsername

void setMapCertificateToUsername(boolean value)
                                 throws MgmtException
Set the attribute for MAP_CERTIFICATE_TO_USERNAME to the specified boolean value.

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

setNotifyUndelivered

void setNotifyUndelivered(boolean value)
                          throws MgmtException
Set the attribute for NOTIFY_UNDELIVERED to the specified boolean value.

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

setPreserveUndelivered

void setPreserveUndelivered(boolean value)
                            throws MgmtException
Set the attribute for PRESERVE_UNDELIVERED to the specified boolean value.

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

setPriority

void setPriority(int value)
                 throws MgmtException
Set the attribute for PRIORITY to the specified int value.

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

setServiceTrustStore

void setServiceTrustStore(IWSProtocolUrlEndpointBean.IWsKeystoreType value)
                          throws MgmtException
Set the attribute for SERVICE_TRUST_STORE to the specified IWsKeystoreType value.

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

setSoapRoles

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

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

setTimeout

void setTimeout(long value)
                throws MgmtException
Set the attribute for TIMEOUT to the specified long value.

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

setTimeToLive

void setTimeToLive(long value)
                   throws MgmtException
Set the attribute for TIME_TO_LIVE to the specified long value.

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

setUndeliveredDestinationName

void setUndeliveredDestinationName(java.lang.String value)
                                   throws MgmtException
Set the attribute for UNDELIVERED_DESTINATION_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

setUndeliveredDestinationType

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

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

setUrl

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

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

setUser

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

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

setWsdlLocation

void setWsdlLocation(java.lang.String value)
                     throws MgmtException
Set the attribute for WSDL_LOCATION 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.