Skip navigation links

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

E17274-03


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 java.lang.Object
implements IdcClientProvider

Client provider for the JAX-WS protocol


Field Summary
static java.lang.String JAXWS_LOGIN_URL_ENDPOINT_FRAG
           
static java.lang.String JAXWS_LOGIN_URL_WSDL_FRAG
           
static java.lang.String JAXWS_REQUEST_URL_ENDPOINT_FRAG
           
static java.lang.String JAXWS_REQUEST_URL_WSDL_FRAG
           

 

Constructor Summary
JaxWSClientProvider()
           

 

Method Summary
 IdcClient createClient(IdcClientManager clientManager, java.lang.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 java.lang.String JAXWS_LOGIN_URL_ENDPOINT_FRAG
See Also:
Constant Field Values

JAXWS_LOGIN_URL_WSDL_FRAG

public static final java.lang.String JAXWS_LOGIN_URL_WSDL_FRAG
See Also:
Constant Field Values

JAXWS_REQUEST_URL_ENDPOINT_FRAG

public static final java.lang.String JAXWS_REQUEST_URL_ENDPOINT_FRAG
See Also:
Constant Field Values

JAXWS_REQUEST_URL_WSDL_FRAG

public static final java.lang.String JAXWS_REQUEST_URL_WSDL_FRAG
See Also:
Constant Field Values

Constructor Detail

JaxWSClientProvider

public JaxWSClientProvider()

Method Detail

createClient

public IdcClient createClient(IdcClientManager clientManager,
                              java.lang.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® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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