|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRequestException | |
---|---|
loanfund |
Uses of ServiceRequestException in loanfund |
---|
Fields in loanfund declared as ServiceRequestException | |
---|---|
private ServiceRequestException |
RegisterFault.fault
|
Methods in loanfund with parameters of type ServiceRequestException | |
---|---|
private static java.lang.String |
RegisterService.createFault(ServiceRequest sreq,
ServiceRequestException e)
This method create a new Fault message based on the ServiceRequestException. |
Methods in loanfund that throw ServiceRequestException | |
---|---|
private void |
ServiceRequest.parseHeader(javax.xml.soap.SOAPHeader header)
This method parses the header of the message and checks the timestamp for possible replay of messages. |
private void |
ServiceRequest.processAuthenticationToken(org.w3c.dom.Node token,
int parsingDebth)
This method processes the authentication assertion that was in the header. |
private void |
ServiceRequest.processAuthorizationToken(org.w3c.dom.Node token,
int parsingDebth)
This method processes the authorisation assertion that was in the header. |
Constructors in loanfund with parameters of type ServiceRequestException | |
---|---|
RegisterFault(ServiceRequestException fault,
java.lang.String inResponseTo,
java.lang.String lang)
The constructor receives the Exception that occured, an inResponseTo String which is used to relate the error to something and the language to use. |
Constructors in loanfund that throw ServiceRequestException | |
---|---|
ServiceRequest(javax.xml.soap.SOAPMessage message)
The constructor tries to parse the body and the header of the SOAP message. |
|
ServiceResponse(java.lang.String inResponseTo,
java.lang.String language)
The constructor creates the message and initialises variables that are used in message creation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |