@Concealed public class JaxWSClientProvider extends Object implements IdcClientProvider
Modifier and Type | Field and Description |
---|---|
static String |
JAXWS_LOGIN_URL_ENDPOINT_FRAG |
static String |
JAXWS_LOGIN_URL_WSDL_FRAG |
static String |
JAXWS_REQUEST_URL_ENDPOINT_FRAG |
static String |
JAXWS_REQUEST_URL_WSDL_FRAG |
static String[] |
PROTOCOLS |
Constructor and Description |
---|
JaxWSClientProvider() |
Modifier and Type | Method and Description |
---|---|
JaxWSClient |
createClient(IdcClientManager clientManager,
String url)
Create an IdcClient using the given URL
|
String[] |
getProtocols()
Get a list of protocols supported by this provider
|
public static final String JAXWS_LOGIN_URL_ENDPOINT_FRAG
public static final String JAXWS_LOGIN_URL_WSDL_FRAG
public static final String JAXWS_REQUEST_URL_ENDPOINT_FRAG
public static final String JAXWS_REQUEST_URL_WSDL_FRAG
public static final String[] PROTOCOLS
public String[] getProtocols()
IdcClientProvider
getProtocols
in interface IdcClientProvider
public JaxWSClient createClient(IdcClientManager clientManager, String url) throws IdcClientException
IdcClientProvider
createClient
in interface IdcClientProvider
clientManager
- the client managerurl
- the urlIdcClientException