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
ConstructorsModifierConstructorDescriptionprotectedJaxWSClient(IdcClientManager clientManager, JaxWSClientConfig clientConfig) Constructor -
Method Summary
Modifier and TypeMethodDescriptionCreate the connection managerprotected JaxWSProtocolcreateProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest) Create the protocol to handle the requestvoidInitialize the client.protected voidMethods 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:IdcClientCreate the connection manager- Specified by:
createConnectionManagerin 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:IdcClientCreate the protocol to handle the request- Specified by:
createProtocolin classIdcClient<JaxWSClientConfig,JaxWSProtocol, JaxWSClientConnection> - Parameters:
serviceRequest- the service request- Returns:
- the protocol handler
- Throws:
ProtocolException- See Also:
-
initialize
Description copied from class:IdcClientInitialize the client. This should be called before any calls to other public methods in the client.- Overrides:
initializein classIdcClient<JaxWSClientConfig,JaxWSProtocol, JaxWSClientConnection> - Throws:
IdcClientException
-
initializeStack
- Throws:
IdcClientException
-
getServicesMap
-