public class SaajInteractionImpl extends java.lang.Object implements SaajInteraction
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage> |
createDispatch() |
protected org.w3c.dom.Element |
createRuntimeConfig()
This methods builds
|
protected static void |
dumpElement(org.w3c.dom.Element element) |
javax.xml.soap.SOAPMessage |
execute(javax.xml.soap.SOAPMessage message) |
javax.xml.soap.SOAPMessage |
execute(javax.xml.soap.SOAPMessage message,
java.util.Map<java.lang.String,java.lang.Object> additionalOverrideRC) |
protected java.util.Properties |
getCallProperties() |
protected java.lang.String |
getColocationUri() |
protected WebServiceConnection |
getConnection() |
protected oracle.webservices.model.Port |
getPort() |
protected oracle.webservices.model.soap.SoapPort |
getSoapExt() |
protected static oracle.webservices.model.soap.SoapPort |
getSoapExt(oracle.webservices.model.Port port) |
java.lang.String |
getUrl() |
protected boolean |
hasPolicyReferences()
Does the port has new-style policy attachments?
|
protected void |
setupCallProperties(java.lang.Object context) |
protected void |
setupProxyProperties(java.lang.Object context) |
protected void |
setupRequestContext(java.util.Map<java.lang.String,java.lang.Object> requestContext) |
protected void |
setupSecurityProperties(java.lang.Object context) |
protected void |
setupSslProperties(java.lang.Object context) |
void |
setUrl(java.lang.String url) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUrl, setUrlpublic javax.xml.soap.SOAPMessage execute(javax.xml.soap.SOAPMessage message)
throws javax.xml.soap.SOAPException,
java.io.IOException,
java.security.GeneralSecurityException
execute in interface SaajInteractionjavax.xml.soap.SOAPExceptionjava.io.IOExceptionjava.security.GeneralSecurityExceptionpublic javax.xml.soap.SOAPMessage execute(javax.xml.soap.SOAPMessage message,
java.util.Map<java.lang.String,java.lang.Object> additionalOverrideRC)
throws javax.xml.soap.SOAPException,
java.io.IOException,
java.security.GeneralSecurityException
execute in interface SaajInteractionjavax.xml.soap.SOAPExceptionjava.io.IOExceptionjava.security.GeneralSecurityExceptionprotected javax.xml.ws.Dispatch<javax.xml.soap.SOAPMessage> createDispatch()
throws java.security.KeyManagementException,
java.security.NoSuchAlgorithmException,
java.security.cert.CertificateException,
java.security.UnrecoverableKeyException,
java.security.KeyStoreException,
java.io.IOException
java.security.KeyManagementExceptionjava.security.NoSuchAlgorithmExceptionjava.security.cert.CertificateExceptionjava.security.UnrecoverableKeyExceptionjava.security.KeyStoreExceptionjava.io.IOExceptionprotected void setupRequestContext(java.util.Map<java.lang.String,java.lang.Object> requestContext)
throws java.security.NoSuchAlgorithmException,
java.security.KeyManagementException,
java.io.IOException,
java.security.cert.CertificateException,
java.security.UnrecoverableKeyException,
java.security.KeyStoreException
java.security.NoSuchAlgorithmExceptionjava.security.KeyManagementExceptionjava.io.IOExceptionjava.security.cert.CertificateExceptionjava.security.UnrecoverableKeyExceptionjava.security.KeyStoreExceptionpublic void close()
close in interface WebServiceInteractionprotected WebServiceConnection getConnection()
protected oracle.webservices.model.Port getPort()
public java.lang.String getUrl()
getUrl in interface WebServiceInteractionpublic void setUrl(java.lang.String url)
setUrl in interface WebServiceInteractionprotected oracle.webservices.model.soap.SoapPort getSoapExt()
protected static oracle.webservices.model.soap.SoapPort getSoapExt(oracle.webservices.model.Port port)
protected java.lang.String getColocationUri()
protected java.util.Properties getCallProperties()
protected org.w3c.dom.Element createRuntimeConfig()
protected boolean hasPolicyReferences()
protected static void dumpElement(org.w3c.dom.Element element)
protected void setupSecurityProperties(java.lang.Object context)
protected void setupProxyProperties(java.lang.Object context)
protected void setupSslProperties(java.lang.Object context)
throws java.security.NoSuchAlgorithmException,
java.security.KeyManagementException,
java.io.IOException,
java.security.cert.CertificateException,
java.security.UnrecoverableKeyException,
java.security.KeyStoreException
java.security.NoSuchAlgorithmExceptionjava.security.KeyManagementExceptionjava.io.IOExceptionjava.security.cert.CertificateExceptionjava.security.UnrecoverableKeyExceptionjava.security.KeyStoreExceptionprotected void setupCallProperties(java.lang.Object context)