Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


oracle.stellent.ridc.protocol.jaxws
Class JaxWSClientProvider

java.lang.Object
  extended by oracle.stellent.ridc.protocol.jaxws.JaxWSClientProvider

All Implemented Interfaces:
IdcClientProvider

public class JaxWSClientProvider
extends Object
implements IdcClientProvider

Client provider for the JAX-WS protocol


Field Summary
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
           

 

Constructor Summary
JaxWSClientProvider()
           

 

Method Summary
 IdcClient createClient(IdcClientManager clientManager, String url)
          Create an IdcClient using the given URL

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

JAXWS_LOGIN_URL_ENDPOINT_FRAG

public static final String JAXWS_LOGIN_URL_ENDPOINT_FRAG
See Also:
Constant Field Values

JAXWS_LOGIN_URL_WSDL_FRAG

public static final String JAXWS_LOGIN_URL_WSDL_FRAG
See Also:
Constant Field Values

JAXWS_REQUEST_URL_ENDPOINT_FRAG

public static final String JAXWS_REQUEST_URL_ENDPOINT_FRAG
See Also:
Constant Field Values

JAXWS_REQUEST_URL_WSDL_FRAG

public static final String JAXWS_REQUEST_URL_WSDL_FRAG
See Also:
Constant Field Values

Constructor Detail

JaxWSClientProvider

public JaxWSClientProvider()

Method Detail

createClient

public IdcClient createClient(IdcClientManager clientManager,
                              String url)
                       throws IdcClientException
Description copied from interface: IdcClientProvider
Create an IdcClient using the given URL
Specified by:
createClient in interface IdcClientProvider
Parameters:
clientManager - the client manager
url - the url
Returns:
a new client initialized to the URL
Throws:
IdcClientException

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.