Module org.eclipse.persistence.dbws
Class SOAPResponseWriter
java.lang.Object
org.eclipse.persistence.internal.dbws.SOAPResponseWriter
-
Field Summary
Modifier and TypeFieldDescriptionprotected DBWSAdapter
static final QName
protected Map
<String, XMLDescriptor> static final QName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenerateResponse
(Operation op, boolean useSOAP12, Exception e) generateResponse
(Operation op, boolean useSOAP12, Object result) void
-
Field Details
-
dbwsAdapter
-
resultDescriptors
-
RECEIVER_QNAME
-
SERVER_QNAME
-
-
Constructor Details
-
SOAPResponseWriter
-
-
Method Details
-
initialize
public void initialize() -
generateResponse
public SOAPMessage generateResponse(Operation op, boolean useSOAP12, Exception e) throws SOAPException - Throws:
SOAPException
-
generateResponse
public SOAPMessage generateResponse(Operation op, boolean useSOAP12, Object result) throws SOAPException - Throws:
SOAPException
-