|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Validator in org.jboss.metadata.validation.chain |
---|
Methods in org.jboss.metadata.validation.chain that return types with arguments of type Validator | |
---|---|
List<Validator> |
ValidatorChain.getValidators()
Obtains all validators in the chain. |
Methods in org.jboss.metadata.validation.chain with parameters of type Validator | |
---|---|
void |
ValidatorChain.addValidator(Validator validator)
Adds the specified validator to the chain |
Uses of Validator in org.jboss.metadata.validation.chain.ejb.jboss |
---|
Methods in org.jboss.metadata.validation.chain.ejb.jboss that return types with arguments of type Validator | |
---|---|
protected List<Validator> |
JBossMetaDataValidatorChain._getValidators()
|
protected static List<Validator> |
JBossMetaDataValidatorChain.getDefaultValidators()
Returns a Set of validators to use as the default for this chain |
List<Validator> |
JBossMetaDataValidatorChain.getValidators()
Obtains all validators in the chain. |
Methods in org.jboss.metadata.validation.chain.ejb.jboss with parameters of type Validator | |
---|---|
void |
JBossMetaDataValidatorChain.addValidator(Validator validator)
Adds the specified validator to the chain |
Method parameters in org.jboss.metadata.validation.chain.ejb.jboss with type arguments of type Validator | |
---|---|
protected void |
JBossMetaDataValidatorChain.setValidators(List<Validator> validators)
|
Constructor parameters in org.jboss.metadata.validation.chain.ejb.jboss with type arguments of type Validator | |
---|---|
JBoss50MetaDataValidatorChain(List<Validator> validators)
|
|
JBossMetaDataValidatorChain(List<Validator> validators)
Creates a new ValidatorChain using the specified Validators |
Uses of Validator in org.jboss.metadata.validation.validator.ejb |
---|
Classes in org.jboss.metadata.validation.validator.ejb that implement Validator | |
---|---|
class |
JBossEjb3SessionBeanValidatorBase
JBossSessionBeanValidatorBase Provides common functions and contract to validate all Session beans within full metadata |
Uses of Validator in org.jboss.metadata.validation.validator.ejb.jboss |
---|
Classes in org.jboss.metadata.validation.validator.ejb.jboss that implement Validator | |
---|---|
class |
CompleteEjb2xViewValidator
CompleteEjb2xViewValidator Raises a validation exception if there is an incomplete EJB2.x View defined by the ejb-jar schema: "Either both the local-home and the local elements or both the home and the remote elements must be specified for the session bean." JBMETA-130 |
class |
LocalBindingWithNoLocalInterfaceValidator
Validate if the Bean has local-binding, but no local business interfaces [JBMETA-117]. |
class |
RemoteBindingsWithNoRemoteBusinessInterfaceValidator
RemoteBindingsWithNoRemoteBusinessInterfaceValidator Raises a validation exception if there are @RemoteBindings defined on any EJB Session Bean with no remote business interface JBMETA-117 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |