|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties
public abstract class ServiceClientFactoryProperties
Represents properties used to invoke Adobe Experience Manager forms services.
For information about setting property values, see Invoking Adobe Experience Manager forms Services
.
Field Summary | |
---|---|
static java.lang.String |
DSC_CALLER_OPERATION
Set by Adobe Experience Manager forms to enable the target service to identify the caller in the case of nested service invocations. |
static java.lang.String |
DSC_CALLER_SERVICE
Set by Adobe Experience Manager forms to enable the target service to identify the caller in the case of nested service invocations. |
static java.lang.String |
DSC_CALLER_VERSION
Set by Adobe Experience Manager forms to enable the target service to identify the caller in the case of nested service invocations. |
static java.lang.String |
DSC_CLIENTSERVICE_FACTORY_CLASS
Specifies the client service factory class. |
static java.lang.String |
DSC_CONTEXT
Represents the context of the Adobe Experience Manager forms component. |
static java.lang.String |
DSC_CREDENTIAL
Represents a credential specification. |
static java.lang.String |
DSC_CREDENTIAL_PASSWORD
Represents a Adobe Experience Manager forms password. |
static java.lang.String |
DSC_CREDENTIAL_USERNAME
Represents a Adobe Experience Manager forms user name. |
static java.lang.String |
DSC_DEFAULT_EJB_ENDPOINT
Specifies the default EJB end point. |
static java.lang.String |
DSC_DEFAULT_SOAP_ENDPOINT
Specifies the default SOAP end point. |
static java.lang.String |
DSC_DIRECT_PASSTHROUGH
An IN VM Passthrough stratgey that allows the VM provider to pass input and output parameters directly between the client and the target Service. |
static java.lang.String |
DSC_DOCUMENT_HTTP_CHUNKED_STREAMING_BUFFER_LENGTH
The chunked streaming buffer length used during Document client side push to the server over HTTP. |
static java.lang.String |
DSC_DOCUMENT_HTTP_ENDPOINT
Specifies the HTTP end point used for uploading/downloading the content of the com.adobe.idp.Document object. |
static java.lang.String |
DSC_DOCUMENT_HTTP_FIXED_LENGTH_STREAMING
True (default) if Document client side push to the server over HTTP should use the JDK's fixed length streaming mode, false otherwise. |
static java.lang.String |
DSC_EJB_PROTOCOL
Specifies the EJB protocol. |
static java.lang.String |
DSC_IN_VM_PASSTHROUGH_STRATEGY
Specifies the stratgy to use when non-managed clients (for example, Non DSCs) are sending invocation requests through the VM provider, whereby two ClassLoaders are involved; the Clients ClassLoader and the DSC's ClassLoader. |
static java.lang.String |
DSC_JBOSS_SERVER_TYPE
Specifies that Adobe Experience Manager forms is deployed on a JBoss J2EE Application Server. |
static java.lang.String |
DSC_KEYSTORE_PASSWORD
Represents keystore password for Mutual Auth. |
static java.lang.String |
DSC_KEYSTORE_URL
Represents keystore URL for Mutual Auth. |
static java.lang.String |
DSC_PASSTHROUGH_BY_PROXY
An IN VM Passthrough stratgey that forces the VM provider to create a Proxy around input and output parameters allowing them to work across what would typically be incompatible ClassLoaders. |
static java.lang.String |
DSC_PASSTHROUGH_BY_SERIALIZATION
An IN VM Passthrough stratgey that forces the VM provider to automatically serialize the requests and responses sent between a caller and the target Service. |
static java.lang.String |
DSC_PROVIDER_PROPERTIES_RESOURCE
The resource path (per ClassLoader.getResource()) where the Provider.properties can be found. |
static java.lang.String |
DSC_REQUEST_TIMEOUT
Represents the Request call timeout (in milli-seconds). |
static java.lang.String |
DSC_SERVER_TYPE
Specifies the server type of the J2EE application server on which Adobe Experience Manager forms is deployed. |
static java.lang.String |
DSC_SOAP_MUTUALAUTH_PROTOCOL
Specifies the SOAP Mutual Auth protocol. |
static java.lang.String |
DSC_SOAP_PROTOCOL
Specifies the SOAP protocol. |
static java.lang.String |
DSC_TRANSPORT_PROTOCOL
Specifies the client transport protocol. |
static java.lang.String |
DSC_TRUSTSTORE_PASSWORD
Represents truststore password for Mutual Auth. |
static java.lang.String |
DSC_TRUSTSTORE_URL
Represents truststore URL for Mutual Auth. |
static java.lang.String |
DSC_WEBLOGIC_SERVER_TYPE
Specifies that Adobe Experience Manager forms is deployed on a BEA WebLogic J2EE Application Server. |
static java.lang.String |
DSC_WEBSPHERE_SERVER_TYPE
Specifies that Adobe Experience Manager forms is deployed on an IBM WebSphere J2EE Application Server. |
Constructor Summary | |
---|---|
ServiceClientFactoryProperties()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String DSC_CLIENTSERVICE_FACTORY_CLASS
public static final java.lang.String DSC_TRANSPORT_PROTOCOL
public static final java.lang.String DSC_EJB_PROTOCOL
public static final java.lang.String DSC_SOAP_PROTOCOL
public static final java.lang.String DSC_SOAP_MUTUALAUTH_PROTOCOL
public static final java.lang.String DSC_SERVER_TYPE
public static final java.lang.String DSC_WEBSPHERE_SERVER_TYPE
public static final java.lang.String DSC_WEBLOGIC_SERVER_TYPE
public static final java.lang.String DSC_JBOSS_SERVER_TYPE
public static java.lang.String DSC_DEFAULT_EJB_ENDPOINT
public static java.lang.String DSC_DEFAULT_SOAP_ENDPOINT
public static java.lang.String DSC_DOCUMENT_HTTP_ENDPOINT
public static java.lang.String DSC_DOCUMENT_HTTP_FIXED_LENGTH_STREAMING
public static java.lang.String DSC_DOCUMENT_HTTP_CHUNKED_STREAMING_BUFFER_LENGTH
public static java.lang.String DSC_CREDENTIAL
public static java.lang.String DSC_CREDENTIAL_USERNAME
public static java.lang.String DSC_CREDENTIAL_PASSWORD
public static java.lang.String DSC_REQUEST_TIMEOUT
public static java.lang.String DSC_CONTEXT
public static final java.lang.String DSC_KEYSTORE_URL
public static final java.lang.String DSC_KEYSTORE_PASSWORD
public static final java.lang.String DSC_TRUSTSTORE_URL
public static final java.lang.String DSC_TRUSTSTORE_PASSWORD
public static java.lang.String DSC_CALLER_SERVICE
public static java.lang.String DSC_CALLER_VERSION
public static java.lang.String DSC_CALLER_OPERATION
public static java.lang.String DSC_IN_VM_PASSTHROUGH_STRATEGY
SERIALIZATION
or PROXY
must be specified. Otherwise a ClassCastException
or
IllegalArgumentException
are likely to occur.
public static java.lang.String DSC_PASSTHROUGH_BY_SERIALIZATION
public static java.lang.String DSC_PASSTHROUGH_BY_PROXY
public static java.lang.String DSC_DIRECT_PASSTHROUGH
public static java.lang.String DSC_PROVIDER_PROPERTIES_RESOURCE
Constructor Detail |
---|
public ServiceClientFactoryProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |