|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SOAPServiceException in com.sapportals.portal.prt.service.soap |
| Methods in com.sapportals.portal.prt.service.soap that throw SOAPServiceException | |
void |
ISOAPMessageContext.addNamespaceDeclarationInElement(javax.xml.soap.SOAPElement element)
Add declaration contains in a SOAP Element |
| Uses of SOAPServiceException in com.sapportals.portal.prt.service.soap.encoding |
| Methods in com.sapportals.portal.prt.service.soap.encoding that throw SOAPServiceException | |
void |
SOAPSerializer.marshall(java.lang.String targetnamespace,
java.lang.Class elementType,
javax.xml.soap.SOAPEnvelope envelope,
javax.xml.soap.SOAPElement parentElement,
java.lang.Object objectToSerialize,
java.lang.String nameParam,
ISOAPMessageContext context)
|
| Uses of SOAPServiceException in com.sapportals.portal.prt.service.soap.exception |
| Subclasses of SOAPServiceException in com.sapportals.portal.prt.service.soap.exception | |
class |
PRTFault
This class provides the base implementation of the IPRTFault. this class should be subclassed by all faults |
class |
PRTFaultDataEnconding
PRTFault encapsulating Data Encoding Fault |
class |
PRTFaultEnvelopeVersion
PRTFault Encapsulating Enveloppe version fault |
class |
PRTFaultFromSOAPMessage
PRTFault generated from a fault contains in a SOAP Message |
class |
PRTFaultInternalError
PRTFault raised for Internal error process |
class |
PRTFaultSecurity
PRT Fault raised when security problems (user not found/ not authorized ...) are found |
class |
PRTFaultSerializator
PRT Fault raised when serialization problems occurs |
| Uses of SOAPServiceException in com.sapportals.portal.prt.service.soap.security |
| Methods in com.sapportals.portal.prt.service.soap.security that throw SOAPServiceException | |
javax.xml.soap.SOAPMessage |
IPRTSOAPSecuredMessage.unmarshall(javax.xml.soap.SOAPMessage soapSecuMsg,
ISOAPSecurityManager soapSecuManager)
|
void |
IPRTSOAPSecurityElement.marshall(javax.xml.soap.SOAPElement soapheader,
javax.xml.soap.SOAPEnvelope envelope,
ISOAPMessageContext context)
|
boolean |
ISOAPSecurityManager.isAuthorizedRequest(javax.servlet.http.HttpServletRequest request)
|
boolean |
ISOAPSecurityManager.isAuthorizedUserForService(IUserContext userCtxt,
java.lang.String servicename)
|
javax.xml.soap.SOAPMessage |
ISOAPSecurityManager.getSOAPMessageWithoutSecurity(javax.xml.soap.SOAPMessage msg)
|
javax.xml.soap.SOAPMessage |
ISOAPSecurityManager.createSecuredSOAPMessage(javax.xml.soap.SOAPMessage msg,
ISOAPMessageContext context)
|
void |
ISOAPSecurityManager.securedResponse(javax.servlet.http.HttpServletResponse response)
|
boolean |
ISOAPSecurityManager.verifySign(Base64 sign)
|
boolean |
ISOAPSecurityManager.verifyCert(Base64 cert)
|
| Uses of SOAPServiceException in com.sapportals.portal.prt.service.soap.util |
| Methods in com.sapportals.portal.prt.service.soap.util that throw SOAPServiceException | |
static javax.xml.soap.SOAPElement |
XMLValueEncoder.addSOAPElement(javax.xml.soap.SOAPEnvelope envelope,
javax.xml.soap.SOAPElement parent,
java.lang.String nameOfElement,
java.lang.String prefix,
java.lang.String attribute,
java.lang.String type,
java.lang.Object objectToSerialize,
ISOAPMessageContext context)
Return a SOAPElement created with the rigth parameters but without value, you have to add the textNode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||