Modifier and Type | Method and Description |
---|---|
static boolean |
ColocUtil.isSameFaultInfo(Collection<FaultInfo> fil1,
Collection<FaultInfo> fil2) |
static boolean |
ColocUtil.isSameFaultInfo(Collection<FaultInfo> fil1,
Collection<FaultInfo> fil2) |
Modifier and Type | Method and Description |
---|---|
protected FaultInfo |
CorbaStreamFaultInInterceptor.getFaultInfo(OperationInfo opInfo,
QName faultName) |
Modifier and Type | Method and Description |
---|---|
void |
TypeClassInitializer.begin(FaultInfo fault) |
void |
TypeClassInitializer.end(FaultInfo fault) |
Modifier and Type | Method and Description |
---|---|
FaultInfo |
FaultOutInterceptor.getFaultForClass(BindingOperationInfo op,
Class<?> class1)
Find the correct Fault part for a particular exception.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
FaultOutInterceptor.getFaultBean(Throwable cause,
FaultInfo faultPart,
Message message) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceJavascriptBuilder.begin(FaultInfo fault) |
void |
ServiceJavascriptBuilder.end(FaultInfo fault) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(FaultInfo fault) |
void |
ServiceModelVisitor.end(FaultInfo fault) |
Modifier and Type | Method and Description |
---|---|
FaultInfo |
OperationInfo.addFault(QName name,
QName message)
Adds an fault to this operation.
|
FaultInfo |
UnwrappedOperationInfo.addFault(QName name,
QName message) |
FaultInfo |
OperationInfo.getFault(QName name)
Returns the fault with the given name, if found.
|
FaultInfo |
UnwrappedOperationInfo.getFault(QName name) |
FaultInfo |
BindingFaultInfo.getFaultInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<FaultInfo> |
OperationInfo.getFaults()
Returns all faults for this operation.
|
Collection<FaultInfo> |
UnwrappedOperationInfo.getFaults() |
Modifier and Type | Method and Description |
---|---|
void |
OperationInfo.addFault(FaultInfo fault)
Adds a fault to this operation.
|
Constructor and Description |
---|
BindingFaultInfo(FaultInfo f,
BindingOperationInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
FaultProcessor.process(JavaMethod method,
Collection<FaultInfo> faults) |
Modifier and Type | Method and Description |
---|---|
protected FaultInfo |
ReflectionServiceFactoryBean.addFault(InterfaceInfo service,
OperationInfo op,
Class<?> exClass) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReflectionServiceFactoryBean.createFaultForException(Class<?> exClass,
FaultInfo fi) |
Apache CXF