|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XsulException | |
| xsul | |
| xsul.dsig | |
| xsul.dsig.globus | |
| xsul.dsig.globus.security.authentication.wssec | |
| xsul.dsig.saml | |
| xsul.dsig.saml.authorization | |
| xsul.http_client | |
| xsul.http_server | |
| xsul.invoker | |
| xsul.message_router | |
| xsul.msg_box | Message Box Service provides your own private endpoint address to use when you are behind firewall or in other restricting environment. |
| xsul.msg_box.storage | |
| xsul.msg_box.storage.memory | |
| xsul.passwd | |
| xsul.processor | |
| xsul.secconv.dsig | |
| xsul.soap | |
| xsul.soap11_util | |
| xsul.soap12_util | |
| xsul.type_handler | |
| xsul.ws_addressing | This module provides a simple implementation of WS-Addressing. |
| xsul.wsdl | |
| xsul.wsif | |
| xsul.xbeans_document_dispatcher | |
| xsul.xbeans_document_invoker | |
| xsul.xbeans_secure_document_invoker | |
| xsul.xhandler.exception | |
| xsul.xml_naming_over_http | |
| xsul.xwsdl_compiler | Wsdl compiler: takes WSDL and generates some Java artificats. |
| Uses of XsulException in xsul |
| Subclasses of XsulException in xsul | |
class |
DataValidationException
|
| Uses of XsulException in xsul.dsig |
| Subclasses of XsulException in xsul.dsig | |
class |
SignatureVerificationFailure
|
| Methods in xsul.dsig that throw XsulException | |
abstract org.w3c.dom.Document |
SOAPEnvelopeSigner.signSoapMessage(org.w3c.dom.Document envelope)
|
java.lang.String |
SOAPEnvelopeSigner.signSoapMessage(java.lang.String envelope)
|
java.lang.String |
SOAPEnvelopeSigner.signSoapMessage(java.lang.String envelope,
boolean validation)
|
java.lang.String |
SOAPEnvelopeSigner.signSoapMessage(java.lang.String envelope,
javax.xml.parsers.DocumentBuilderFactory dbf)
|
abstract SignatureInfo |
SOAPEnvelopeVerifier.verifySoapMessage(org.w3c.dom.Document envelope)
|
SignatureInfo |
SOAPEnvelopeVerifier.verifySoapMessage(java.lang.String envelope)
|
SignatureInfo |
SOAPEnvelopeVerifier.verifySoapMessage(java.lang.String envelope,
boolean validation)
|
SignatureInfo |
SOAPEnvelopeVerifier.verifySoapMessage(java.lang.String envelope,
javax.xml.parsers.DocumentBuilderFactory dbf)
|
| Uses of XsulException in xsul.dsig.globus |
| Methods in xsul.dsig.globus that throw XsulException | |
static SOAPEnvelopeSigner |
GlobusCredSOAPEnvelopeSigner.getInstance(GlobusCredential cred)
|
org.w3c.dom.Document |
GlobusCredSOAPEnvelopeSigner.signSoapMessage(org.w3c.dom.Document envelope)
|
static GlobusCredSOAPEnvelopeVerifier |
GlobusCredSOAPEnvelopeVerifier.getInstance(GlobusCredential cred,
java.security.cert.X509Certificate[] trustedCerts)
|
SignatureInfo |
GlobusCredSOAPEnvelopeVerifier.verifySoapMessage(org.w3c.dom.Document envelope)
|
| Uses of XsulException in xsul.dsig.globus.security.authentication.wssec |
| Subclasses of XsulException in xsul.dsig.globus.security.authentication.wssec | |
class |
WSSecurityException
|
| Uses of XsulException in xsul.dsig.saml |
| Methods in xsul.dsig.saml that throw XsulException | |
static SOAPEnvelopeSigner |
CapGlobusCredSOAPEnvelopeSigner.getInstance(GlobusCredential cred)
|
| Uses of XsulException in xsul.dsig.saml.authorization |
| Subclasses of XsulException in xsul.dsig.saml.authorization | |
class |
CapabilityException
|
class |
CapabilityExpirationException
|
| Constructors in xsul.dsig.saml.authorization that throw XsulException | |
Capability(java.lang.String capstr)
|
|
| Uses of XsulException in xsul.http_client |
| Subclasses of XsulException in xsul.http_client | |
class |
HttpClientException
|
| Uses of XsulException in xsul.http_server |
| Subclasses of XsulException in xsul.http_server | |
class |
HttpServerException
Base exception thrown by all HTTP server side operations. |
| Uses of XsulException in xsul.invoker |
| Subclasses of XsulException in xsul.invoker | |
class |
DynamicInfosetInvokerException
|
| Uses of XsulException in xsul.message_router |
| Subclasses of XsulException in xsul.message_router | |
class |
MessageProcessingException
|
class |
MessageRouterException
|
| Uses of XsulException in xsul.msg_box |
| Methods in xsul.msg_box that throw XsulException | |
WsaEndpointReference |
MsgBoxClient.createMsgBox()
|
void |
MsgBoxClient.destroyMsgBox(WsaEndpointReference msgBoxId)
|
XmlElement[] |
MsgBoxClient.takeMessages(WsaEndpointReference msgBoxId)
|
| Uses of XsulException in xsul.msg_box.storage |
| Methods in xsul.msg_box.storage that throw XsulException | |
java.lang.String |
MsgBoxStorage.createMsgBox()
|
void |
MsgBoxStorage.destroyMsgBox(java.lang.String key)
|
java.util.List |
MsgBoxStorage.takeMessagesFromMsgBox(java.lang.String key)
|
void |
MsgBoxStorage.putMessageIntoMsgBox(java.lang.String key,
java.lang.String message)
|
| Uses of XsulException in xsul.msg_box.storage.memory |
| Methods in xsul.msg_box.storage.memory that throw XsulException | |
java.lang.String |
InMemoryStorageImpl.createMsgBox()
|
void |
InMemoryStorageImpl.destroyMsgBox(java.lang.String key)
|
void |
InMemoryStorageImpl.putMessageIntoMsgBox(java.lang.String key,
java.lang.String message)
|
java.util.List |
InMemoryStorageImpl.takeMessagesFromMsgBox(java.lang.String key)
|
| Uses of XsulException in xsul.passwd |
| Methods in xsul.passwd that throw XsulException | |
void |
PasswordEnforcer.enforceSoapMessage(XmlElement envelope)
|
void |
PasswordVerifier.verifySoapMessage(XmlElement envelope)
|
| Uses of XsulException in xsul.processor |
| Subclasses of XsulException in xsul.processor | |
class |
DynamicInfosetProcessorException
|
| Uses of XsulException in xsul.secconv.dsig |
| Methods in xsul.secconv.dsig that throw XsulException | |
org.w3c.dom.Document |
SessionKeySOAPEnvelopeSigner.signSoapMessage(org.w3c.dom.Document envelope)
|
SignatureInfo |
SessionKeySOAPEnvelopeVerifier.verifySoapMessage(org.w3c.dom.Document envelope)
|
| Uses of XsulException in xsul.soap |
| Subclasses of XsulException in xsul.soap | |
class |
SoapException
|
class |
UnsupportedSoapVersion
|
| Methods in xsul.soap that throw XsulException | |
abstract SoapDocument |
SoapFactory.wrapBodyContent(XmlElement bodyContent)
|
static SoapEnvelope |
SoapFactory.getSoapEnvelope(XmlElement rootEl)
|
abstract XmlElement |
SoapFactory.requiredBodyContent(SoapEnvelope respDoc)
|
abstract XmlElement |
SoapUtil.generateSoapFault(XmlNamespace faultCodeValueNs,
java.lang.String faultCodeValueName,
java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
abstract XmlElement |
SoapUtil.generateSoapClientFault(java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
abstract XmlElement |
SoapUtil.generateSoapServerFault(java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
abstract XmlElement |
SoapUtil.requiredBodyContent(XmlDocument respDoc)
|
abstract XmlDocument |
SoapUtil.wrapBodyContent(XmlElement bodyContent)
|
| Uses of XsulException in xsul.soap11_util |
| Methods in xsul.soap11_util that throw XsulException | |
XmlDocument |
Soap11Util.wrapBodyContent(XmlElement bodyContent)
|
XmlElement |
Soap11Util.generateSoapFault(XmlNamespace faultCodeValueNs,
java.lang.String faultCodeValueName,
java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
XmlElement |
Soap11Util.generateSoapClientFault(java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
XmlElement |
Soap11Util.generateSoapServerFault(java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
XmlElement |
Soap11Util.requiredBodyContent(XmlDocument respDoc)
|
| Uses of XsulException in xsul.soap12_util |
| Methods in xsul.soap12_util that throw XsulException | |
XmlDocument |
Soap12Util.wrapBodyContent(XmlElement bodyContent)
|
XmlElement |
Soap12Util.requiredBodyContent(XmlDocument respDoc)
|
XmlElement |
Soap12Util.generateSoapFault(XmlNamespace faultCodeValueNs,
java.lang.String faultCodeValueName,
java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
XmlElement |
Soap12Util.generateSoapClientFault(java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
XmlElement |
Soap12Util.generateSoapServerFault(java.lang.String reasonTextEnglish,
java.lang.Throwable ex)
|
| Uses of XsulException in xsul.type_handler |
| Subclasses of XsulException in xsul.type_handler | |
class |
TypeHandlerException
|
| Uses of XsulException in xsul.ws_addressing |
| Methods in xsul.ws_addressing that throw XsulException | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static XmlElement |
WsaUtil.faultInvalidMessageInformationHeader(SoapUtil soapVersion,
XmlElement invaildHeader)
4.1 Invalid Message Information Header |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static XmlElement |
WsaUtil.faultMessageInformationHeaderRequired(SoapUtil soapVersion,
QName missingHeaderQname)
4.2 Message Information Header Required |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static XmlElement |
WsaUtil.faultDestinationUnreachable(SoapUtil soapVersion,
QName missingHeaderQname)
4.3 Destination Unreachable |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static XmlElement |
WsaUtil.faultDestinationUnreachable(SoapUtil soapVersion,
java.net.URI wsaAction)
4.4 Action Not Supported |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static XmlElement |
WsaUtil.faultDestinationUnreachable(SoapUtil soapVersion,
java.lang.Long minimumDurationInMillisecondsToWait)
IU Extreme! Lab (http://www.extreme.indiana.edu) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||