Uses of Class
org.apache.beehive.wsm.jsr181.model.ValidationException

Packages that use ValidationException
org.apache.beehive.wsm.jsr181.model   
org.apache.beehive.wsm.jsr181.model.jsr181   
 

Uses of ValidationException in org.apache.beehive.wsm.jsr181.model
 

Methods in org.apache.beehive.wsm.jsr181.model that throw ValidationException
 void BeehiveWsTypeMetadata.addMethod(BeehiveWsMethodMetadata method)
           
 

Uses of ValidationException in org.apache.beehive.wsm.jsr181.model.jsr181
 

Methods in org.apache.beehive.wsm.jsr181.model.jsr181 that throw ValidationException
 void Jsr181TypeMetadataImpl.addMethod(BeehiveWsMethodMetadata method)
           
 void Jsr181ParameterMetadataImpl.validate()
           
 void Jsr181MethodMetadataImpl.validate()
           
protected  void Jsr181TypeMetadataImpl.validateContract(JavaTypeInfo jt)
          Checks if "jt" implements "this".