|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fault | |
---|---|
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 | |
---|---|
static String |
Names.customExceptionClassName(Fault fault)
|
void |
CustomExceptionGenerator.visit(Fault fault)
|
void |
GeneratorBase.visit(Fault fault)
|
Uses of Fault in com.sun.tools.ws.processor.model |
---|
Subclasses of Fault in com.sun.tools.ws.processor.model | |
---|---|
class |
HeaderFault
|
Methods in com.sun.tools.ws.processor.model that return Fault | |
---|---|
Fault |
Fault.getParentFault()
|
Methods in com.sun.tools.ws.processor.model that return types with arguments of type Fault | |
---|---|
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 | |
---|---|
void |
Operation.addFault(Fault f)
|
protected void |
ExtendedModelVisitor.postVisit(Fault fault)
|
protected void |
ExtendedModelVisitor.preVisit(Fault fault)
|
void |
ModelVisitor.visit(Fault fault)
|
Method parameters in com.sun.tools.ws.processor.model with type arguments of type Fault | |
---|---|
void |
Operation.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 | |
---|---|
protected boolean |
WSDLModeler.createJavaExceptionFromLiteralType(Fault fault,
Port port,
String operationName)
|
protected String |
WSDLModelerBase.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 | |
---|---|
protected void |
ClassNameCollector.preVisit(Fault fault)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |