Uses of Class
com.sun.tools.ws.processor.model.Fault
-
Packages that use Fault Package Description com.sun.tools.ws.processor.generator com.sun.tools.ws.processor.model com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.processor.util -
-
Uses of Fault in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type Fault Modifier and Type Method Description static StringNames. customExceptionClassName(Fault fault)voidCustomExceptionGenerator. visit(Fault fault)voidGeneratorBase. visit(Fault fault) -
Uses of Fault in com.sun.tools.ws.processor.model
Subclasses of Fault in com.sun.tools.ws.processor.model Modifier and Type Class Description classHeaderFaultMethods in com.sun.tools.ws.processor.model that return types with arguments of type Fault Modifier and Type Method Description Iterator<Fault>Operation. getAllFaults()Set<Fault>Operation. getAllFaultsSet()Iterator<Fault>Operation. getFaults()Set<Fault>Operation. getFaultsSet()Methods in com.sun.tools.ws.processor.model with parameters of type Fault Modifier and Type Method Description voidOperation. addFault(Fault f)protected voidExtendedModelVisitor. postVisit(Fault fault)protected voidExtendedModelVisitor. preVisit(Fault fault)voidModelVisitor. visit(Fault fault)Method parameters in com.sun.tools.ws.processor.model with type arguments of type Fault Modifier and Type Method Description voidOperation. setFaultsSet(Set<Fault> s) -
Uses of Fault in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Fault Modifier and Type Method Description protected booleanWSDLModeler. createJavaExceptionFromLiteralType(Fault fault, Port port, String operationName)protected StringWSDLModelerBase. getLiteralJavaMemberName(Fault fault) -
Uses of Fault in com.sun.tools.ws.processor.util
Methods in com.sun.tools.ws.processor.util with parameters of type Fault Modifier and Type Method Description protected voidClassNameCollector. preVisit(Fault fault)
-