Class JaxWSConnectionManager
java.lang.Object
oracle.stellent.ridc.protocol.jaxws.JaxWSConnectionManager
- All Implemented Interfaces:
ConnectionManager<JaxWSClientConnection,
JaxWSClientConfig>
@Concealed
public class JaxWSConnectionManager
extends Object
implements ConnectionManager<JaxWSClientConnection,JaxWSClientConfig>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanupConnection
(JaxWSClientConnection connection) Cleanup the connection on this service requestcreateConnection
(JaxWSClientConfig clientConfig) Create a new connectionvoid
initializeConnection
(JaxWSClientConnection connection) Initialize a connection acquired from the threading model to use with this service request object.
-
Constructor Details
-
JaxWSConnectionManager
public JaxWSConnectionManager()
-
-
Method Details
-
cleanupConnection
Description copied from interface:ConnectionManager
Cleanup the connection on this service request- Specified by:
cleanupConnection
in interfaceConnectionManager<JaxWSClientConnection,
JaxWSClientConfig> - Parameters:
connection
-- See Also:
-
createConnection
public JaxWSClientConnection createConnection(JaxWSClientConfig clientConfig) throws ProtocolException Create a new connection- Specified by:
createConnection
in interfaceConnectionManager<JaxWSClientConnection,
JaxWSClientConfig> - Parameters:
clientConfig
-- Returns:
- the connection
- Throws:
ProtocolException
- See Also:
-
initializeConnection
Description copied from interface:ConnectionManager
Initialize a connection acquired from the threading model to use with this service request object.- Specified by:
initializeConnection
in interfaceConnectionManager<JaxWSClientConnection,
JaxWSClientConfig> - Parameters:
connection
-- Throws:
ProtocolException
- See Also:
-