|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.contract.validation.BaseValidator
org.codehaus.enunciate.modules.amf.AMFValidator
public class AMFValidator
The validator for the amf module.
| Constructor Summary | |
|---|---|
AMFValidator()
|
|
| Method Summary | |
|---|---|
void |
disableRules(java.util.Set<java.lang.String> ruleIds)
Disables the specified rules. |
protected boolean |
isAMFTransient(com.sun.mirror.declaration.Declaration declaration)
Whether the given type declaration is AMF-transient. |
protected boolean |
isAMFTransient(com.sun.mirror.declaration.TypeDeclaration declaration)
Whether the given type declaration is AMF-transient. |
protected boolean |
isSupported(com.sun.mirror.type.TypeMirror type)
Whether the given type is supported. |
ValidationResult |
validateComplexType(ComplexTypeDefinition complexType)
|
ValidationResult |
validateEndpointInterface(EndpointInterface ei)
|
ValidationResult |
validateEnumType(EnumTypeDefinition enumType)
|
ValidationResult |
validateSimpleType(SimpleTypeDefinition simpleType)
|
| Methods inherited from class org.codehaus.enunciate.contract.validation.BaseValidator |
|---|
validate, validateRootElement, validateRootResources |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AMFValidator()
| Method Detail |
|---|
public ValidationResult validateEndpointInterface(EndpointInterface ei)
validateEndpointInterface in class BaseValidatorpublic ValidationResult validateComplexType(ComplexTypeDefinition complexType)
validateComplexType in class BaseValidatorpublic ValidationResult validateSimpleType(SimpleTypeDefinition simpleType)
validateSimpleType in class BaseValidatorpublic ValidationResult validateEnumType(EnumTypeDefinition enumType)
validateEnumType in class BaseValidatorprotected boolean isSupported(com.sun.mirror.type.TypeMirror type)
type - The type to test for supportability.
protected boolean isAMFTransient(com.sun.mirror.declaration.TypeDeclaration declaration)
declaration - The type declaration.
protected boolean isAMFTransient(com.sun.mirror.declaration.Declaration declaration)
declaration - The type declaration.
public void disableRules(java.util.Set<java.lang.String> ruleIds)
disableRules in interface ConfigurableRulesruleIds - The ids of the rules to disable.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||