|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class specifies RosettaNet protocol-specific configuration attributes for a service.
| Field Summary |
| Fields inherited from interface weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID, 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, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
| Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent |
| Methods inherited from interface javax.management.DynamicMBean |
getAttribute, getAttributes, invoke, setAttribute, setAttributes |
| Methods inherited from interface javax.management.MBeanRegistration |
postDeregister, postRegister, preRegister |
| Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
| Method Detail |
public String getServiceContentSchema()
public void setServiceContentSchema(String newValue)
throws javax.management.InvalidAttributeValueException
newValue - - absolute path to service content schemas
javax.management.InvalidAttributeValueExceptionpublic boolean isDTDValidation()
public void setDTDValidation(boolean newValue)
throws javax.management.InvalidAttributeValueException
newValue - - boolean, is specified to true, use dtd to validate, otherwise use XML schemas
javax.management.InvalidAttributeValueExceptionpublic boolean isValidateServiceContent()
public void setValidateServiceContent(boolean newValue)
throws javax.management.InvalidAttributeValueException
newValue -
javax.management.InvalidAttributeValueExceptionpublic boolean isValidateServiceHeader()
public void setValidateServiceHeader(boolean newValue)
throws javax.management.InvalidAttributeValueException
newValue - - new value for attribute ValidateServiceHeader
javax.management.InvalidAttributeValueException
public ServiceMBean retrieveService()
throws ManagementException
ManagementException - - If the service could not be found or it is null
public 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 | |||||||||