public class SOAPUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static LocalStringManagerImpl |
localStrings |
| Constructor and Description |
|---|
SOAPUtil()
Creates a new instance of SOAPUtil
|
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
getCertificateFromToken(BinarySecurityToken bst) |
static String |
getIdFromFragmentRef(String ref) |
static String |
getLocalizedGenericError() |
protected static SOAPFault |
getSOAPFault(QName faultCode,
String faultString,
SOAPFactory soapFactory,
com.sun.xml.ws.api.SOAPVersion version) |
protected static SOAPFault |
getSOAPFault(WssSoapFaultException sfe,
SOAPFactory soapFactory,
com.sun.xml.ws.api.SOAPVersion version) |
static SOAPFaultException |
getSOAPFaultException(Exception ex,
SOAPFactory factory,
com.sun.xml.ws.api.SOAPVersion version) |
static SOAPFaultException |
getSOAPFaultException(QName faultCode,
Exception ex,
SOAPFactory factory,
com.sun.xml.ws.api.SOAPVersion version) |
static SOAPFaultException |
getSOAPFaultException(QName faultCode,
WSSecureConversationRuntimeException wsre,
SOAPFactory soapFactory,
com.sun.xml.ws.api.SOAPVersion sOAPVersion) |
static SOAPFaultException |
getSOAPFaultException(WssSoapFaultException ex,
SOAPFactory factory,
com.sun.xml.ws.api.SOAPVersion version) |
static boolean |
isEnableFaultDetail() |
static WssSoapFaultException |
newSOAPFaultException(QName faultCode,
String faultstring,
Throwable th)
Create and initialize a WssSoapFaultException.
|
static WssSoapFaultException |
newSOAPFaultException(QName faultCode,
String faultstring,
Throwable th,
boolean faultDetail) |
protected static final LocalStringManagerImpl localStrings
public static SOAPFaultException getSOAPFaultException(QName faultCode, WSSecureConversationRuntimeException wsre, SOAPFactory soapFactory, com.sun.xml.ws.api.SOAPVersion sOAPVersion)
public static boolean isEnableFaultDetail()
public static String getLocalizedGenericError()
public static X509Certificate getCertificateFromToken(BinarySecurityToken bst) throws XWSSecurityException
XWSSecurityExceptionpublic static WssSoapFaultException newSOAPFaultException(QName faultCode, String faultstring, Throwable th)
public static WssSoapFaultException newSOAPFaultException(QName faultCode, String faultstring, Throwable th, boolean faultDetail)
protected static SOAPFault getSOAPFault(WssSoapFaultException sfe, SOAPFactory soapFactory, com.sun.xml.ws.api.SOAPVersion version)
protected static SOAPFault getSOAPFault(QName faultCode, String faultString, SOAPFactory soapFactory, com.sun.xml.ws.api.SOAPVersion version)
public static SOAPFaultException getSOAPFaultException(WssSoapFaultException ex, SOAPFactory factory, com.sun.xml.ws.api.SOAPVersion version)
public static SOAPFaultException getSOAPFaultException(QName faultCode, Exception ex, SOAPFactory factory, com.sun.xml.ws.api.SOAPVersion version)
public static SOAPFaultException getSOAPFaultException(Exception ex, SOAPFactory factory, com.sun.xml.ws.api.SOAPVersion version)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.