|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTTPSoapV3Container
Holds an instance of either an HTTP request or an HTTP response that contains a HL7V3Message as its entity
Method Summary | |
---|---|
String |
getStringRepresentation()
This method updates all internal structures of the container and generates the string representation of this HTTP message |
gov.nist.healthcare.core.message.v3.HL7V3Message |
getV3payload()
Returns the current content of this containers HL7V3Message |
boolean |
isWSAValid()
Inspects the SOAP Headers of the currently known HL7V3Message for correctness in relation to ITI TF-2x Appendix V |
Method Detail |
---|
String getStringRepresentation() throws javax.xml.soap.SOAPException, IOException, SAXException, ParserConfigurationException
javax.xml.soap.SOAPException
- this container was unable to process the contents of its
SOAPMessage
IOException
SAXException
ParserConfigurationException
gov.nist.healthcare.core.message.v3.HL7V3Message getV3payload()
boolean isWSAValid() throws DOMException, javax.xml.soap.SOAPException, WSAException
DOMException
javax.xml.soap.SOAPException
WSAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |