Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

oracle.adf.model.connection.webservice.impl
Class ConnectionDispatch<T>

java.lang.Object
  extended by oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>
      extended by 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.


Field Summary
 
Fields inherited from interface javax.xml.ws.BindingProvider
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
ConnectionDispatch(ConnectionDispatch<T> from)
           
ConnectionDispatch(oracle.j2ee.ws.client.jaxws.OracleDispatchImpl from, WebServiceConnection connection, oracle.webservices.model.Port port)
           
 
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, invoke, invokeAsync, invokeAsync, invokeOneWay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionDispatch

public ConnectionDispatch(oracle.j2ee.ws.client.jaxws.OracleDispatchImpl from,
                          WebServiceConnection connection,
                          oracle.webservices.model.Port port)

ConnectionDispatch

public ConnectionDispatch(ConnectionDispatch<T> from)
Method Detail

assertsPolicy

public boolean assertsPolicy(javax.xml.namespace.QName policyAssertionName)
Specified by:
assertsPolicy in interface oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
Overrides:
assertsPolicy in class oracle.j2ee.ws.client.jaxws.OracleDispatchImpl<T>

assertsPolicy

public boolean assertsPolicy(java.lang.String policyAssertionName)
Specified by:
assertsPolicy in interface oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
Overrides:
assertsPolicy in 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:
getPolicyAssertion in interface oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
Overrides:
getPolicyAssertion in 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:
getPolicyAssertion in interface oracle.j2ee.ws.common.jaxws.OracleDispatch<T>
Overrides:
getPolicyAssertion in 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.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-04

Copyright © 1997, 2010, Oracle. All rights reserved.