|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RosettaNetServiceDefaultMBean
This class specifies RosettaNet protocol-specific configuration attributes for a service.
| Field Summary |
|---|
| Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
|---|
DEFAULT_EMPTY_BYTE_ARRAY |
| Method Summary | |
|---|---|
String |
getServiceContentSchema()
Identifies the XML schema to use for service content validation. |
boolean |
isDTDValidation()
This specifies what kind of XML validation is performed. |
boolean |
isValidateServiceContent()
Determines whether that the service content for all Rosettanet messages sent and received by this role should be validated |
boolean |
isValidateServiceHeader()
Determines whether that the service headers for all Rosettanet messages sent and received by this role should be validated |
ServiceMBean |
retrieveService()
Retrieves the RosettaNet based service, for which these defaults belong |
void |
setDTDValidation(boolean newValue)
Specifies whether to use DTD validation or not for validating service content or service headers |
void |
setServiceContentSchema(String newValue)
Specifies the location on the file systems where the Schemas are located |
void |
setValidateServiceContent(boolean newValue)
If this is set to true, then the service content for all Rosettanet messages sent and received by this role are validated. |
void |
setValidateServiceHeader(boolean newValue)
If this is set to true, then the service headers for all Rosettanet messages sent and received by this role are validated. |
void |
updateAll(String serviceContentSchema,
boolean useDtdValidation,
boolean validateServiceContent,
boolean validateServiceHeader)
Updates rosettanet service defaults |
| Methods inherited from interface com.bea.wli.tpm.management.configuration.TPMBaseMBean |
|---|
fromXML, getDelegateObject, isActive, publish, remove, setActive, setDelegateObject, toXML, toXMLInternal, update, updateInternal |
| Methods inherited from interface weblogic.management.configuration.ConfigurationMBean |
|---|
freezeCurrentValue, getComments, getName, getNotes, isDefaultedMBean, isPersistenceEnabled, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, touch, unSet |
| Methods inherited from interface weblogic.management.WebLogicMBean |
|---|
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
|---|
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
|---|
postDeregister, postRegister, preDeregister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
|---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Methods inherited from interface weblogic.descriptor.DescriptorBean |
|---|
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
| Method Detail |
|---|
String getServiceContentSchema()
void setServiceContentSchema(String newValue)
throws javax.management.InvalidAttributeValueException
newValue - - absolute path to service content schemas
javax.management.InvalidAttributeValueExceptionboolean isDTDValidation()
void setDTDValidation(boolean newValue)
throws javax.management.InvalidAttributeValueException
newValue - - boolean, is specified to true, use dtd to validate, otherwise use XML schemas
javax.management.InvalidAttributeValueExceptionboolean isValidateServiceContent()
void setValidateServiceContent(boolean newValue)
throws javax.management.InvalidAttributeValueException
newValue -
javax.management.InvalidAttributeValueExceptionboolean isValidateServiceHeader()
void setValidateServiceHeader(boolean newValue)
throws javax.management.InvalidAttributeValueException
newValue - - new value for attribute ValidateServiceHeader
javax.management.InvalidAttributeValueException
ServiceMBean retrieveService()
throws ManagementException
ManagementException - - If the service could not be found or it is null
void updateAll(String serviceContentSchema,
boolean useDtdValidation,
boolean validateServiceContent,
boolean validateServiceHeader)
throws javax.management.InvalidAttributeValueException,
UpdateException,
ObjectActiveException
serviceContentSchema - - service contents schemasuseDtdValidation - - true if dtd's are used for validationvalidateServiceContent - - true if validate service contentvalidateServiceHeader - - true if validate service header
javax.management.InvalidAttributeValueException
UpdateException
ObjectActiveException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||