Class JaxWSClientProvider
java.lang.Object
oracle.stellent.ridc.protocol.jaxws.JaxWSClientProvider
- All Implemented Interfaces:
IdcClientProvider
Client provider for the JAX-WS protocol
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateClient
(IdcClientManager clientManager, String url) Create an IdcClient using the given URLString[]
Get a list of protocols supported by this provider
-
Field Details
-
JAXWS_LOGIN_URL_ENDPOINT_FRAG
- See Also:
-
JAXWS_LOGIN_URL_WSDL_FRAG
- See Also:
-
JAXWS_REQUEST_URL_ENDPOINT_FRAG
- See Also:
-
JAXWS_REQUEST_URL_WSDL_FRAG
- See Also:
-
PROTOCOLS
-
-
Constructor Details
-
JaxWSClientProvider
public JaxWSClientProvider()
-
-
Method Details
-
getProtocols
Description copied from interface:IdcClientProvider
Get a list of protocols supported by this provider- Specified by:
getProtocols
in interfaceIdcClientProvider
- Returns:
- The list of protocols supported by this provider. Must not be null and must contain at least one entry
-
createClient
public JaxWSClient createClient(IdcClientManager clientManager, String url) throws IdcClientException Description copied from interface:IdcClientProvider
Create an IdcClient using the given URL- Specified by:
createClient
in interfaceIdcClientProvider
- Parameters:
clientManager
- the client managerurl
- the url- Returns:
- a new client initialized to the URL
- Throws:
IdcClientException
-