Class JaxWSClient
java.lang.Object
oracle.stellent.ridc.IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>
oracle.stellent.ridc.protocol.jaxws.JaxWSClient
@Exported
public class JaxWSClient
extends IdcClient<JaxWSClientConfig,JaxWSProtocol,JaxWSClientConnection>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JaxWSClient
(IdcClientManager clientManager, JaxWSClientConfig clientConfig) Constructor -
Method Summary
Modifier and TypeMethodDescriptionCreate the connection managerprotected JaxWSProtocol
createProtocol
(ServiceRequest<JaxWSClientConnection> serviceRequest) Create the protocol to handle the requestvoid
Initialize the client.protected void
Methods inherited from class oracle.stellent.ridc.IdcClient
createBinder, createConnectionPool, createRequest, createResponse, getClientManager, getConfig, getConnectionManager, getConnectionPool, getDataFactory, getVersion, isCompatible, isInitialized, logout, logout, sendRequest, sendRequest, setDataFactory, setInitialized
-
Field Details
-
DEFAULT_REQUEST_NAMESPACE
- See Also:
-
DEFAULT_REQUEST_SERVICENAME
- See Also:
-
DEFAULT_REQUEST_PORTNAME
- See Also:
-
DEFAULT_REQUEST_SCHEMASTRING
- See Also:
-
DEFAULT_LOGIN_NAMESPACE
- See Also:
-
DEFAULT_LOGIN_SERVICENAME
- See Also:
-
DEFAULT_LOGIN_PORTNAME
- See Also:
-
-
Constructor Details
-
JaxWSClient
Constructor- Parameters:
clientManager
-clientConfig
-
-
-
Method Details
-
createConnectionManager
@Concealed protected ConnectionManager<JaxWSClientConnection,JaxWSClientConfig> createConnectionManager()Description copied from class:IdcClient
Create the connection manager- Specified by:
createConnectionManager
in classIdcClient<JaxWSClientConfig,
JaxWSProtocol, JaxWSClientConnection> - Returns:
- a new connection manager
- See Also:
-
createProtocol
@Concealed protected JaxWSProtocol createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest) throws ProtocolException Description copied from class:IdcClient
Create the protocol to handle the request- Specified by:
createProtocol
in classIdcClient<JaxWSClientConfig,
JaxWSProtocol, JaxWSClientConnection> - Parameters:
serviceRequest
- the service request- Returns:
- the protocol handler
- Throws:
ProtocolException
- See Also:
-
initialize
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 classIdcClient<JaxWSClientConfig,
JaxWSProtocol, JaxWSClientConnection> - Throws:
IdcClientException
-
initializeStack
- Throws:
IdcClientException
-
getServicesMap
-