|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FaultCode | |
---|---|
org.opensaml.ws.soap.soap11 | XMLObject interfaces for SOAP 1.1 elements. |
org.opensaml.ws.soap.soap11.impl | Provided implementations of the SOAP 1.1 XMLObject interfaces. |
Uses of FaultCode in org.opensaml.ws.soap.soap11 |
---|
Methods in org.opensaml.ws.soap.soap11 that return FaultCode | |
---|---|
FaultCode |
Fault.getCode()
Gets the fault code for this fault. |
Methods in org.opensaml.ws.soap.soap11 with parameters of type FaultCode | |
---|---|
void |
Fault.setCode(FaultCode newFaultCode)
Sets the fault code for this fault. |
Uses of FaultCode in org.opensaml.ws.soap.soap11.impl |
---|
Classes in org.opensaml.ws.soap.soap11.impl that implement FaultCode | |
---|---|
class |
FaultCodeImpl
Concrete implementation of FaultCode . |
Methods in org.opensaml.ws.soap.soap11.impl that return FaultCode | |
---|---|
FaultCode |
FaultCodeBuilder.buildObject()
Builds a SOAPObject using the default name and namespace information provided SOAP specifications. |
FaultCode |
FaultCodeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
FaultCode |
FaultImpl.getCode()
Gets the fault code for this fault. |
Methods in org.opensaml.ws.soap.soap11.impl with parameters of type FaultCode | |
---|---|
void |
FaultImpl.setCode(FaultCode newFaultCode)
Sets the fault code for this fault. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |