Skip navigation links 
 
oracle.adf.model.connection.webservice.impl
Class ConnectionDispatch<T>
java.lang.Object
   oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
       oracle.adf.model.connection.webservice.impl.ConnectionDispatch<T>
oracle.adf.model.connection.webservice.impl.ConnectionDispatch<T>
- All Implemented Interfaces:
- javax.xml.ws.BindingProvider, javax.xml.ws.Dispatch<T>, oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
- 
public class ConnectionDispatch<T>
 
- extends oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
This class is to overwite the getPolicyAssertion() methods, so that instead of working against the policy assertions from the wsdl, assertsPolicy() and getPolicyAssertion() works with those from connections.xml.
 
 
| Fields inherited from interface javax.xml.ws.BindingProvider | 
| ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY | 
  
 
  
 
| Method Summary | 
|  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.
 | 
 
| Methods inherited from class oracle.j2ee.ws.client.jaxws.OracleDispatchImpl | 
| getAddressingWSDLInfo, getBinding, getDelegate, getEndpointAddress, getEndpointReference, getEndpointReference, getOperationPolicyAssertionForRequest, getPipeline, getPolicySet, getPolicySubject, getPortName, getRequestContext, getResponseContext, getServiceName, getWSDLMetadata, invoke, invokeAsync, invokeAsync, invokeOneWay | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
ConnectionDispatch
public ConnectionDispatch(oracle.j2ee.ws.client.jaxws.OracleDispatchImpl from,
                          WebServiceConnection connection,
                          oracle.webservices.model.Port port)
ConnectionDispatch
public ConnectionDispatch(ConnectionDispatch<T> from)
assertsPolicy
public boolean assertsPolicy(javax.xml.namespace.QName policyAssertionName)
- 
- Specified by:
- assertsPolicyin interface- oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
- Overrides:
- assertsPolicyin class- oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
 
assertsPolicy
public boolean assertsPolicy(java.lang.String policyAssertionName)
- 
- Specified by:
- assertsPolicyin interface- oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
- Overrides:
- assertsPolicyin class- oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
 
getPolicyAssertion
public oracle.wsm.policy.model.IAssertion getPolicyAssertion(javax.xml.namespace.QName policyAssertionName)
- Get the specified policy assertion.
- 
- Specified by:
- getPolicyAssertionin interface- oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
- Overrides:
- getPolicyAssertionin class- oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
 
- 
- Parameters:
- policyAssertionName- The fully-qualified name of a policy assertion.
- Returns:
- An IAssertion instance descibing the policy assertion; May be null if the port, as it is described in the WSDL definition, does not declare that assertion.
 
getPolicyAssertion
public oracle.wsm.policy.model.IAssertion getPolicyAssertion(java.lang.String policyAssertionName)
- Get the specified policy assertion.
- 
- Specified by:
- getPolicyAssertionin interface- oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
- Overrides:
- getPolicyAssertionin class- oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
 
- 
- Parameters:
- policyAssertionName- The local part of a policy assertion QName.
- Returns:
- An IAssertion instance descibing the policy assertion; May be null if the port, as it is described in the WSDL definition, does not declare that assertion.
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.