public class FSSOAPService extends Object
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
bind(String xmlString) |
String |
createSOAPReceiverUrl(javax.servlet.http.HttpServletResponse response,
com.sun.identity.liberty.ws.meta.jaxb.ProviderDescriptorType partnerDecriptor,
boolean needAuthn) |
SOAPMessage |
doSyncCall(javax.servlet.http.HttpServletResponse response,
SOAPMessage msg,
com.sun.identity.liberty.ws.meta.jaxb.ProviderDescriptorType partnerDecriptor,
boolean needAuthn) |
SOAPMessage |
formSOAPError(String faultcode,
String faultString,
String detail)
Forms a SOAP Fault and puts it in the SOAP Message's Body.
|
static FSSOAPService |
getInstance()
Returns an instance of
FSSOAPService instance. |
Element |
parseSOAPMessage(SOAPMessage message) |
SOAPMessage |
sendMessage(SOAPMessage msg,
String soapEndPoint) |
boolean |
sendTerminationMessage(SOAPMessage msg,
String soapEndPoint) |
public SOAPMessage bind(String xmlString)
public SOAPMessage sendMessage(SOAPMessage msg, String soapEndPoint) throws IOException, SOAPException
IOException
SOAPException
public boolean sendTerminationMessage(SOAPMessage msg, String soapEndPoint)
public Element parseSOAPMessage(SOAPMessage message)
public SOAPMessage doSyncCall(javax.servlet.http.HttpServletResponse response, SOAPMessage msg, com.sun.identity.liberty.ws.meta.jaxb.ProviderDescriptorType partnerDecriptor, boolean needAuthn) throws IOException, SOAPException
IOException
SOAPException
public String createSOAPReceiverUrl(javax.servlet.http.HttpServletResponse response, com.sun.identity.liberty.ws.meta.jaxb.ProviderDescriptorType partnerDecriptor, boolean needAuthn) throws IOException
IOException
public SOAPMessage formSOAPError(String faultcode, String faultString, String detail)
faultcode
- fault code to be set in SOAPMEssagefaultString
- fault stringdetail
- the details of the fault conditionSOAPMessage
containing the SOAP faultpublic static FSSOAPService getInstance()
FSSOAPService
instance.FSSOAPService
instance.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.