Uses of Class
org.apache.schema_validation.types.SomeFault

Packages that use SomeFault
org.apache.schema_validation   
org.apache.schema_validation.types   
 

Uses of SomeFault in org.apache.schema_validation
 

Methods in org.apache.schema_validation that return SomeFault
 SomeFault DoSomethingFault.getFaultInfo()
           
 

Constructors in org.apache.schema_validation with parameters of type SomeFault
DoSomethingFault(String message, SomeFault someFault)
           
DoSomethingFault(String message, SomeFault someFault, Throwable cause)
           
 

Uses of SomeFault in org.apache.schema_validation.types
 

Methods in org.apache.schema_validation.types that return SomeFault
 SomeFault ObjectFactory.createSomeFault()
          Create an instance of SomeFault
 



Apache CXF