public class ConnectionDispatch<T>
extends oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
| Constructor and Description |
|---|
ConnectionDispatch(ConnectionDispatch<T> from) |
ConnectionDispatch(oracle.j2ee.ws.client.jaxws.OracleDispatchImpl from,
WebServiceConnection connection,
oracle.webservices.model.Port port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertsPolicy(javax.xml.namespace.QName policyAssertionName) |
boolean |
assertsPolicy(java.lang.String policyAssertionName) |
oracle.wsm.policy.model.IAssertion |
getPolicyAssertion(javax.xml.namespace.QName policyAssertionName)
Get the specified policy assertion.
|
oracle.wsm.policy.model.IAssertion |
getPolicyAssertion(java.lang.String policyAssertionName)
Get the specified policy assertion.
|
getAddressingWSDLInfo, getBinding, getDelegate, getEndpointAddress, getEndpointReference, getEndpointReference, getFeature, getOperationPolicyAssertionForRequest, getPipeline, getPolicySet, getPolicySubject, getPortName, getRequestContext, getResponseContext, getServiceName, getWSDLMetadata, invoke, invokeAsync, invokeAsync, invokeOneWaypublic ConnectionDispatch(oracle.j2ee.ws.client.jaxws.OracleDispatchImpl from,
WebServiceConnection connection,
oracle.webservices.model.Port port)
public ConnectionDispatch(ConnectionDispatch<T> from)
public boolean assertsPolicy(javax.xml.namespace.QName policyAssertionName)
public boolean assertsPolicy(java.lang.String policyAssertionName)
public oracle.wsm.policy.model.IAssertion getPolicyAssertion(javax.xml.namespace.QName policyAssertionName)
getPolicyAssertion in interface oracle.j2ee.ws.common.jaxws.OracleDispatch<T>getPolicyAssertion in class oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>policyAssertionName - The fully-qualified name of a policy assertion.public oracle.wsm.policy.model.IAssertion getPolicyAssertion(java.lang.String policyAssertionName)
getPolicyAssertion in interface oracle.j2ee.ws.common.jaxws.OracleDispatch<T>getPolicyAssertion in class oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>policyAssertionName - The local part of a policy assertion QName.