public class JaxRpcInteractionImpl extends java.lang.Object implements JaxRpcInteraction
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected org.w3c.dom.Element |
createRuntimeConfig()
This methods builds <port-info> element containing <runtime> for old-fashioned policy config
and <policy-references> for new-style policy attachments.
|
javax.xml.rpc.Stub |
createStub() |
javax.xml.rpc.Stub |
createStub(java.lang.ClassLoader loader) |
javax.xml.rpc.Stub |
createStub(javax.xml.rpc.Service service) |
javax.xml.rpc.Stub |
createStub(javax.xml.rpc.Service svcs,
java.lang.Class interfaceClass,
java.lang.ClassLoader loader) |
javax.xml.rpc.Stub |
createStub(javax.xml.rpc.Service service,
java.lang.ClassLoader loader) |
protected static void |
dumpElement(org.w3c.dom.Element element) |
protected java.util.Properties |
getCallProperties() |
protected java.lang.String |
getColocationUri() |
protected WebServiceConnection |
getConnection() |
java.lang.String |
getInterfaceClassName() |
oracle.webservices.model.Port |
getPort() |
protected static JaxRpcPort |
getPortMetadata(oracle.webservices.model.Port port) |
java.lang.String |
getServiceClassName() |
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?
|
void |
setInterfaceClassName(java.lang.String interfaceClassName) |
void |
setServiceClassName(java.lang.String serviceClassName) |
protected void |
setupCallProperties(java.lang.Object context) |
protected void |
setupProxyProperties(java.lang.Object context) |
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 oracle.webservices.model.Port getPort()
getPort in interface JaxRpcInteractionpublic java.lang.String getServiceClassName()
getServiceClassName in interface JaxRpcInteractionpublic void setServiceClassName(java.lang.String serviceClassName)
setServiceClassName in interface JaxRpcInteractionpublic java.lang.String getInterfaceClassName()
getInterfaceClassName in interface JaxRpcInteractionpublic void setInterfaceClassName(java.lang.String interfaceClassName)
setInterfaceClassName in interface JaxRpcInteractionpublic javax.xml.rpc.Stub createStub()
throws java.lang.ClassNotFoundException,
javax.xml.rpc.ServiceException
createStub in interface JaxRpcInteractionjava.lang.ClassNotFoundExceptionjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Stub createStub(java.lang.ClassLoader loader)
throws java.lang.ClassNotFoundException,
javax.xml.rpc.ServiceException
createStub in interface JaxRpcInteractionjava.lang.ClassNotFoundExceptionjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Stub createStub(javax.xml.rpc.Service service)
throws java.lang.ClassNotFoundException,
javax.xml.rpc.ServiceException
createStub in interface JaxRpcInteractionjava.lang.ClassNotFoundExceptionjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Stub createStub(javax.xml.rpc.Service service,
java.lang.ClassLoader loader)
throws java.lang.ClassNotFoundException,
javax.xml.rpc.ServiceException
createStub in interface JaxRpcInteractionjava.lang.ClassNotFoundExceptionjavax.xml.rpc.ServiceExceptionpublic javax.xml.rpc.Stub createStub(javax.xml.rpc.Service svcs,
java.lang.Class interfaceClass,
java.lang.ClassLoader loader)
throws javax.xml.rpc.ServiceException
createStub in interface JaxRpcInteractionjavax.xml.rpc.ServiceExceptionpublic void close()
close in interface WebServiceInteractionprotected static JaxRpcPort getPortMetadata(oracle.webservices.model.Port port)
protected WebServiceConnection getConnection()
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)