Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.protocol.jaxws
Class JaxWSClient

java.lang.Object
  extended by oracle.stellent.ridc.IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>
      extended by oracle.stellent.ridc.protocol.jaxws.JaxWSClient


public class JaxWSClient
extends IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>

Constructor Summary
protected JaxWSClient(IdcClientManager clientManager, JaxWSClientConfig clientConfig)
          Constructor

 

Method Summary
protected  ConnectionManager<JaxWSClientConnection,JaxWSClientConfig> createConnectionManager()
          Create the connection manager
protected  JaxWSProtocol createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest)
          Create the protocol to handle the request
 void initialize()
          Initialize the client.

 

Methods inherited from class oracle.stellent.ridc.IdcClient
createBinder, createConnectionPool, createRequest, createResponse, getConfig, getConnectionManager, getConnectionPool, getDataFactory, getVersion, isCompatible, isInitialized, sendRequest, setDataFactory, setInitialized

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

JaxWSClient

protected JaxWSClient(IdcClientManager clientManager,
                      JaxWSClientConfig clientConfig)
Constructor
Parameters:
clientManager -
clientConfig -

Method Detail

createConnectionManager

protected ConnectionManager<JaxWSClientConnection,JaxWSClientConfig> createConnectionManager()
Description copied from class: IdcClient
Create the connection manager
Specified by:
createConnectionManager in class IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>
Returns:
a new connection manager
See Also:
IdcClient.createConnectionManager()

createProtocol

protected JaxWSProtocol createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest)
                                throws ProtocolException
Description copied from class: IdcClient
Create the protocol to handle the request
Specified by:
createProtocol in class IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>
Parameters:
serviceRequest - the service request
Returns:
the protocol handler
Throws:
ProtocolException
See Also:
IdcClient.createProtocol(oracle.stellent.ridc.protocol.ServiceRequest)

initialize

public void initialize()
                throws IdcClientException
Description copied from class: IdcClient
Initialize the client. This should be called before any calls to other public methods in the client.
Overrides:
initialize in class IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>
Throws:
IdcClientException

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.