@Exported public class JaxWSClientConfig extends IdcClientConfig
Modifier and Type | Class and Description |
---|---|
static class |
JaxWSClientConfig.JAXWSSTACK |
PROP_CONNECTION_POOL, PROP_CONNECTION_SIZE, PROP_CONNECTION_URL, PROP_CONNECTION_WAIT_TIME, PROP_SOCKET_TIMEOUT, PROP_SOCKET_TIMEOUT_DEFAULT
Constructor and Description |
---|
JaxWSClientConfig() |
getBooleanProperty, getConnectionPool, getConnectionSize, getConnectionWaitTime, getIntProperty, getLongProperty, getProperty, getPropertyNames, getSecureProperty, getSecurePropertyNames, getSocketTimeout, getStringProperty, setConnectionPool, setConnectionSize, setConnectionString, setConnectionWaitTime, setProperties, setProperty, setSecureProperties, setSecureProperty, setSocketTimeout
public static final String PROP_LOGIN_SERVICE_WSDL
public static final String PROP_REQUEST_SERVICE_WSDL
public static final String PROP_SERVER_INSTANCE_NAME
public static final String PROP_SERVER_INSTANCE_NAME_DEFAULT
public static final String PROP_CSF_KEY
public static final String PROP_CLIENT_SECURITY_POLICY
public static final String PROP_CLIENT_SECURITY_POLICY_DEFAULT
public static final String PROP_JSP_CONFIG_FILE
public static final String PROP_WSM_CONFIG_DIR
public static final String PROP_LOGIN_SERVICE_NAME
public static final String PROP_LOGIN_SERVICE_PORT
public static final String PROP_LOGIN_NAMESPACE_URI
public static final String PROP_LOGIN_OPERATION_NAME
public static final String PROP_LOGIN_OPERATION_NAME_DEFAULT
public static final String PROP_LOGOUT_OPERATION_NAME
public static final String PROP_LOGOUT_OPERATION_NAME_DEFAULT
public static final String PROP_LOGIN_SERVICE_ENDPOINT
public static final String PROP_REQUEST_SERVICE_NAME
public static final String PROP_REQUEST_SERVICE_PORT
public static final String PROP_REQUEST_NAMESPACE_URI
public static final String PROP_REQUEST_OPERATION_NAME
public static final String PROP_REQUEST_OPERATION_NAME_DEFAULT
public static final String PROP_REQUEST_INSTANCE_NAME_ARG
public static final String PROP_REQUEST_BINDER_ARG
public static final String PROP_REQUEST_SCHEMA_URL
public static final String PROP_REQUEST_SERVICE_ENDPOINT
public static final String PROP_JAXWS_STACK
public static final String PROP_STACK_OPTIMIZATIONS_SKIPPED
public static final String PROP_WSDL_PARSED
public static final String PROP_STREAMING_CHUNK_SIZE
public static final int PROP_STREAMING_CHUNK_SIZE_DEFAULT
public JaxWSClientConfig.JAXWSSTACK getJaxWSStack() throws ProtocolException
ProtocolException
public void setJaxWSStack(String stackName) throws ProtocolException
ProtocolException
public void setJaxWSStack(JaxWSClientConfig.JAXWSSTACK stack)
public String getLoginServiceWSDLUrl()
public String getConnectionString()
getConnectionString
in class IdcClientConfig
public void setLoginServiceWSDLUrl(String loginServiceWSDLUrl)
loginServiceWSDLUrl
- the loginServiceWSDLUrl to setpublic String getRequestServiceWSDLUrl()
public void setRequestServiceWSDLUrl(String requestServiceWSDLUrl)
requestServiceWSDLUrl
- the requestServiceWSDLUrl to setpublic String getLoginWSDLUrl()
public String getLoginEndPointUrl()
public String getRequestWSDLUrl()
public String getServerInstanceName()
public void setServerInstanceName(String instanceName)
instanceName
- the content server instance namepublic String getClientSecurityPolicy()
public void setClientSecurityPolicy(String clientSecurityPolicy)
clientSecurityPolicy
- the clientSecurityPolicy to setpublic String getJpsConfigFile()
public void setJpsConfigFile(String jpsConfigFile)
jpsConfigFile
- the jpsConfigFile to setpublic String getWsmConfigDir()
public void setWsmConfigDir(String wsmConfigDir)
wsmConfigDir
- the wsmConfigDir to setpublic String getLoginServiceName()
public void setLoginServiceName(String loginServiceName)
loginServiceName
- the loginServiceName to setpublic String getLoginServicePort()
public void setLoginServicePort(String loginServicePort)
loginServicePort
- the loginServicePort to setpublic String getLoginNamespaceUri()
public void setLoginNamespaceUri(String loginNamespaceUri)
loginNamespaceUri
- the loginNamespaceUri to setpublic String getRequestServiceName()
public void setRequestServiceName(String requestServiceName)
requestServiceName
- the requestServiceName to setpublic String getRequestServicePort()
public void setRequestServicePort(String requestServicePort)
requestServicePort
- the requestServicePort to setpublic String getRequestNamespaceUri()
public void setRequestNamespaceUri(String requestNamespaceUri)
requestNamespaceUri
- the requestNamespaceUri to setpublic String getLoginOperationName()
public void setLoginOperationName(String loginOperationName)
loginOperationName
- the loginOperationName to setpublic String getLogoutOperationName()
public void setLogoutOperationName(String logoutOperationName)
logoutOperationName
- the logoutOperationName to setpublic String getRequestOperationName()
public void setRequestOperationName(String requestOperationName)
requestOperationName
- the requestOperationName to setpublic String getRequestInstanceNameArg() throws XPathEvaluatorException, IOException
IOException
XPathEvaluatorException
public void setRequestInstanceNameArg(String requestInstanceNameArg)
requestInstanceNameArg
- the requestInstanceNameArg to setpublic String getRequestBinderArg() throws XPathEvaluatorException, IOException
IOException
XPathEvaluatorException
public void setRequestBinderArg(String requestBinderArg)
requestBinderArg
- the requestBinderArg to setpublic String getRequestSchemaUrl()
public void setRequestSchemaUrl(String requestSchemaUrl)
requestSchemaUrl
- the requestSchemaUrl to setpublic int getStreamingChunkSize()
public void setStreamingChunkSize(int streamingChunkSize)
public String getLoginServiceEndpointUrl()
public void setLoginServiceEndpointUrl(String loginEndpointUrl)
public String getRequestServiceEndpointUrl()
public void setRequestServiceEndpointUrl(String requestEndpointUrl)
public boolean isStackOptimizationsSkipped()
public void setStackOptimizationsSkipped(boolean stackOptimizationsSkipped)
public boolean isWsdlParsed()
public void setWsdlParsed(boolean wsdlParsed)