Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.protocol.jaxws
Class JaxWSClientConfig

java.lang.Object
  extended by oracle.stellent.ridc.IdcClientConfig
      extended by oracle.stellent.ridc.protocol.jaxws.JaxWSClientConfig


public class JaxWSClientConfig
extends IdcClientConfig

Configuration for JAX-WS client


Nested Class Summary
static class JaxWSClientConfig.JAXWSSTACK
           

 

Field Summary
static java.lang.String PROP_CLIENT_SECURITY_POLICY
           
static java.lang.String PROP_CLIENT_SECURITY_POLICY_DEFAULT
          Default security policy that will be used, if one is not specified
static java.lang.String PROP_CSF_KEY
           
static java.lang.String PROP_JAXWS_STACK
           
static java.lang.String PROP_JSP_CONFIG_FILE
           
static java.lang.String PROP_LOGIN_NAMESPACE_URI
           
static java.lang.String PROP_LOGIN_OPERATION_NAME
           
static java.lang.String PROP_LOGIN_OPERATION_NAME_DEFAULT
           
static java.lang.String PROP_LOGIN_SERVICE_ENDPOINT
           
static java.lang.String PROP_LOGIN_SERVICE_NAME
           
static java.lang.String PROP_LOGIN_SERVICE_PORT
           
static java.lang.String PROP_LOGIN_SERVICE_WSDL
           
static java.lang.String PROP_LOGOUT_OPERATION_NAME
           
static java.lang.String PROP_LOGOUT_OPERATION_NAME_DEFAULT
           
static java.lang.String PROP_REQUEST_BINDER_ARG
           
static java.lang.String PROP_REQUEST_INSTANCE_NAME_ARG
           
static java.lang.String PROP_REQUEST_NAMESPACE_URI
           
static java.lang.String PROP_REQUEST_OPERATION_NAME
           
static java.lang.String PROP_REQUEST_OPERATION_NAME_DEFAULT
           
static java.lang.String PROP_REQUEST_SCHEMA_URL
           
static java.lang.String PROP_REQUEST_SERVICE_ENDPOINT
           
static java.lang.String PROP_REQUEST_SERVICE_NAME
           
static java.lang.String PROP_REQUEST_SERVICE_PORT
           
static java.lang.String PROP_REQUEST_SERVICE_WSDL
           
static java.lang.String PROP_SERVER_INSTANCE_NAME
           
static java.lang.String PROP_SERVER_INSTANCE_NAME_DEFAULT
           
static java.lang.String PROP_STREAMING_CHUNK_SIZE
           
static int PROP_STREAMING_CHUNK_SIZE_DEFAULT
           

 

Fields inherited from class oracle.stellent.ridc.IdcClientConfig
PROP_CONNECTION_POOL, PROP_CONNECTION_SIZE, PROP_CONNECTION_URL, PROP_CONNECTION_WAIT_TIME, PROP_SOCKET_TIMEOUT, PROP_SOCKET_TIMEOUT_DEFAULT

 

Constructor Summary
JaxWSClientConfig()
           

 

Method Summary
 java.lang.String getClientSecurityPolicy()
           
 java.lang.String getConnectionString()
           
 JaxWSClientConfig.JAXWSSTACK getJaxWSStack()
           
 java.lang.String getJpsConfigFile()
           
 java.lang.String getLoginEndPointUrl()
           
 java.lang.String getLoginNamespaceUri()
           
 java.lang.String getLoginOperationName()
           
 java.lang.String getLoginServiceEndpointUrl()
           
 java.lang.String getLoginServiceName()
           
 java.lang.String getLoginServicePort()
           
 java.lang.String getLoginServiceWSDLUrl()
           
 java.lang.String getLoginWSDLUrl()
          Generate and return the URL to the login service WSDL
 java.lang.String getLogoutOperationName()
           
 java.lang.String getRequestBinderArg()
           
 java.lang.String getRequestInstanceNameArg()
           
 java.lang.String getRequestNamespaceUri()
           
 java.lang.String getRequestOperationName()
           
 java.lang.String getRequestSchemaUrl()
           
 java.lang.String getRequestServiceEndpointUrl()
           
 java.lang.String getRequestServiceName()
           
 java.lang.String getRequestServicePort()
           
 java.lang.String getRequestServiceWSDLUrl()
           
 java.lang.String getRequestWSDLUrl()
          Generate and return the URL to the request service WSDL
 java.lang.String getServerInstanceName()
           
 int getStreamingChunkSize()
          The streaming chuck size used for mtom as well as piped streams
 void setClientSecurityPolicy(java.lang.String clientSecurityPolicy)
           
 void setJaxWSStack(JaxWSClientConfig.JAXWSSTACK stack)
           
 void setJaxWSStack(java.lang.String stackName)
           
 void setJpsConfigFile(java.lang.String jpsConfigFile)
           
 void setLoginNamespaceUri(java.lang.String loginNamespaceUri)
           
 void setLoginOperationName(java.lang.String loginOperationName)
           
 void setLoginServiceEndpointUrl(java.lang.String loginEndpointUrl)
           
 void setLoginServiceName(java.lang.String loginServiceName)
           
 void setLoginServicePort(java.lang.String loginServicePort)
           
 void setLoginServiceWSDLUrl(java.lang.String loginServiceWSDLUrl)
           
 void setLogoutOperationName(java.lang.String logoutOperationName)
           
 void setRequestBinderArg(java.lang.String requestBinderArg)
           
 void setRequestInstanceNameArg(java.lang.String requestInstanceNameArg)
           
 void setRequestNamespaceUri(java.lang.String requestNamespaceUri)
           
 void setRequestOperationName(java.lang.String requestOperationName)
           
 void setRequestSchemaUrl(java.lang.String requestSchemaUrl)
           
 void setRequestServiceEndpointUrl(java.lang.String requestEndpointUrl)
           
 void setRequestServiceName(java.lang.String requestServiceName)
           
 void setRequestServicePort(java.lang.String requestServicePort)
           
 void setRequestServiceWSDLUrl(java.lang.String requestServiceWSDLUrl)
           
 void setServerInstanceName(java.lang.String instanceName)
           
 void setStreamingChunkSize(int streamingChunkSize)
           

 

Methods inherited from class oracle.stellent.ridc.IdcClientConfig
getBooleanProperty, getConnectionPool, getConnectionSize, getConnectionWaitTime, getIntProperty, getLongProperty, getProperty, getPropertyNames, getSocketTimeout, getStringProperty, setConnectionPool, setConnectionSize, setConnectionString, setConnectionWaitTime, setProperties, setProperty, setSocketTimeout

 

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

 

Field Detail

PROP_LOGIN_SERVICE_WSDL

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

PROP_REQUEST_SERVICE_WSDL

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

PROP_SERVER_INSTANCE_NAME

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

PROP_SERVER_INSTANCE_NAME_DEFAULT

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

PROP_CSF_KEY

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

PROP_CLIENT_SECURITY_POLICY

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

PROP_CLIENT_SECURITY_POLICY_DEFAULT

public static final java.lang.String PROP_CLIENT_SECURITY_POLICY_DEFAULT
Default security policy that will be used, if one is not specified
See Also:
Constant Field Values

PROP_JSP_CONFIG_FILE

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

PROP_LOGIN_SERVICE_NAME

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

PROP_LOGIN_SERVICE_PORT

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

PROP_LOGIN_NAMESPACE_URI

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

PROP_LOGIN_OPERATION_NAME

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

PROP_LOGIN_OPERATION_NAME_DEFAULT

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

PROP_LOGOUT_OPERATION_NAME

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

PROP_LOGOUT_OPERATION_NAME_DEFAULT

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

PROP_LOGIN_SERVICE_ENDPOINT

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

PROP_REQUEST_SERVICE_NAME

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

PROP_REQUEST_SERVICE_PORT

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

PROP_REQUEST_NAMESPACE_URI

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

PROP_REQUEST_OPERATION_NAME

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

PROP_REQUEST_OPERATION_NAME_DEFAULT

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

PROP_REQUEST_INSTANCE_NAME_ARG

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

PROP_REQUEST_BINDER_ARG

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

PROP_REQUEST_SCHEMA_URL

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

PROP_REQUEST_SERVICE_ENDPOINT

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

PROP_JAXWS_STACK

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

PROP_STREAMING_CHUNK_SIZE

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

PROP_STREAMING_CHUNK_SIZE_DEFAULT

public static final int PROP_STREAMING_CHUNK_SIZE_DEFAULT
See Also:
Constant Field Values

Constructor Detail

JaxWSClientConfig

public JaxWSClientConfig()

Method Detail

getJaxWSStack

public JaxWSClientConfig.JAXWSSTACK getJaxWSStack()
                                           throws ProtocolException
Throws:
ProtocolException

setJaxWSStack

public void setJaxWSStack(java.lang.String stackName)
                   throws ProtocolException
Throws:
ProtocolException

setJaxWSStack

public void setJaxWSStack(JaxWSClientConfig.JAXWSSTACK stack)

getLoginServiceWSDLUrl

public java.lang.String getLoginServiceWSDLUrl()
Returns:
the loginServiceWSDLUrl

getConnectionString

public java.lang.String getConnectionString()
Overrides:
getConnectionString in class IdcClientConfig

setLoginServiceWSDLUrl

public void setLoginServiceWSDLUrl(java.lang.String loginServiceWSDLUrl)
Parameters:
loginServiceWSDLUrl - the loginServiceWSDLUrl to set

getRequestServiceWSDLUrl

public java.lang.String getRequestServiceWSDLUrl()
Returns:
the requestServiceWSDLUrl

setRequestServiceWSDLUrl

public void setRequestServiceWSDLUrl(java.lang.String requestServiceWSDLUrl)
Parameters:
requestServiceWSDLUrl - the requestServiceWSDLUrl to set

getLoginWSDLUrl

public java.lang.String getLoginWSDLUrl()
Generate and return the URL to the login service WSDL
Returns:
a string which is the url to the wsdl

getLoginEndPointUrl

public java.lang.String getLoginEndPointUrl()
Returns:

getRequestWSDLUrl

public java.lang.String getRequestWSDLUrl()
Generate and return the URL to the request service WSDL
Returns:
a string which is the url to the wsdl

getServerInstanceName

public java.lang.String getServerInstanceName()
Returns:
the serverInstanceName

setServerInstanceName

public void setServerInstanceName(java.lang.String instanceName)
Parameters:
instanceName - the content server instance name

getClientSecurityPolicy

public java.lang.String getClientSecurityPolicy()
Returns:
the clientSecurityPolicy

setClientSecurityPolicy

public void setClientSecurityPolicy(java.lang.String clientSecurityPolicy)
Parameters:
clientSecurityPolicy - the clientSecurityPolicy to set

getJpsConfigFile

public java.lang.String getJpsConfigFile()
Returns:
the jpsConfigFile

setJpsConfigFile

public void setJpsConfigFile(java.lang.String jpsConfigFile)
Parameters:
jpsConfigFile - the jpsConfigFile to set

getLoginServiceName

public java.lang.String getLoginServiceName()
Returns:
the loginServiceName

setLoginServiceName

public void setLoginServiceName(java.lang.String loginServiceName)
Parameters:
loginServiceName - the loginServiceName to set

getLoginServicePort

public java.lang.String getLoginServicePort()
Returns:
the loginServicePort

setLoginServicePort

public void setLoginServicePort(java.lang.String loginServicePort)
Parameters:
loginServicePort - the loginServicePort to set

getLoginNamespaceUri

public java.lang.String getLoginNamespaceUri()
Returns:
the loginNamespaceUri

setLoginNamespaceUri

public void setLoginNamespaceUri(java.lang.String loginNamespaceUri)
Parameters:
loginNamespaceUri - the loginNamespaceUri to set

getRequestServiceName

public java.lang.String getRequestServiceName()
Returns:
the requestServiceName

setRequestServiceName

public void setRequestServiceName(java.lang.String requestServiceName)
Parameters:
requestServiceName - the requestServiceName to set

getRequestServicePort

public java.lang.String getRequestServicePort()
Returns:
the requestServicePort

setRequestServicePort

public void setRequestServicePort(java.lang.String requestServicePort)
Parameters:
requestServicePort - the requestServicePort to set

getRequestNamespaceUri

public java.lang.String getRequestNamespaceUri()
Returns:
the requestNamespaceUri

setRequestNamespaceUri

public void setRequestNamespaceUri(java.lang.String requestNamespaceUri)
Parameters:
requestNamespaceUri - the requestNamespaceUri to set

getLoginOperationName

public java.lang.String getLoginOperationName()
Returns:
the loginOperationName

setLoginOperationName

public void setLoginOperationName(java.lang.String loginOperationName)
Parameters:
loginOperationName - the loginOperationName to set

getLogoutOperationName

public java.lang.String getLogoutOperationName()
Returns:
the logoutOperationName

setLogoutOperationName

public void setLogoutOperationName(java.lang.String logoutOperationName)
Parameters:
logoutOperationName - the logoutOperationName to set

getRequestOperationName

public java.lang.String getRequestOperationName()
Returns:
the requestOperationName

setRequestOperationName

public void setRequestOperationName(java.lang.String requestOperationName)
Parameters:
requestOperationName - the requestOperationName to set

getRequestInstanceNameArg

public java.lang.String getRequestInstanceNameArg()
                                           throws XPathEvaluatorException,
                                                  java.io.IOException
Returns:
the requestInstanceNameArg
Throws:
java.io.IOException
XPathEvaluatorException

setRequestInstanceNameArg

public void setRequestInstanceNameArg(java.lang.String requestInstanceNameArg)
Parameters:
requestInstanceNameArg - the requestInstanceNameArg to set

getRequestBinderArg

public java.lang.String getRequestBinderArg()
                                     throws XPathEvaluatorException,
                                            java.io.IOException
Returns:
the requestBinderArg
Throws:
java.io.IOException
XPathEvaluatorException

setRequestBinderArg

public void setRequestBinderArg(java.lang.String requestBinderArg)
Parameters:
requestBinderArg - the requestBinderArg to set

getRequestSchemaUrl

public java.lang.String getRequestSchemaUrl()
Returns:
the requestSchemaUrl

setRequestSchemaUrl

public void setRequestSchemaUrl(java.lang.String requestSchemaUrl)
Parameters:
requestSchemaUrl - the requestSchemaUrl to set

getStreamingChunkSize

public int getStreamingChunkSize()
The streaming chuck size used for mtom as well as piped streams
Returns:
the chunk size

setStreamingChunkSize

public void setStreamingChunkSize(int streamingChunkSize)

getLoginServiceEndpointUrl

public java.lang.String getLoginServiceEndpointUrl()
Returns:
the loginServiceEndpointUrl

setLoginServiceEndpointUrl

public void setLoginServiceEndpointUrl(java.lang.String loginEndpointUrl)

getRequestServiceEndpointUrl

public java.lang.String getRequestServiceEndpointUrl()
Returns:
the requestServiceEndpointUrl

setRequestServiceEndpointUrl

public void setRequestServiceEndpointUrl(java.lang.String requestEndpointUrl)

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


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