public abstract class ForwardProcessorConfig
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
documentTypes
Deprecated.
|
ForwardedDocumentTypeList |
forwardedDocumentTypeList |
java.lang.String |
pushAPIServer |
Constructor and Description |
---|
ForwardProcessorConfig() |
ForwardProcessorConfig(ForwardProcessorConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this ForwardProcessorConfig.
|
static ForwardProcessorConfig |
fromString(java.lang.String s)
String representation of this ForwardProcessorConfig.
|
java.lang.String |
getDocumentTypes()
Deprecated.
|
ForwardedDocumentTypeList |
getForwardedDocumentTypeList() |
java.lang.String |
getPushAPIServer()
Specify the target Push API server
|
ForwardProcessorConfig |
makeCopy() |
static ForwardProcessorConfig |
readFrom(java.io.InputStream is)
Read this ForwardProcessorConfig from an XML fragment.
|
void |
setDocumentTypes(java.lang.String documentTypes)
Deprecated.
|
void |
setForwardedDocumentTypeList(ForwardedDocumentTypeList forwardedDocumentTypeList) |
void |
setPushAPIServer(java.lang.String pushAPIServer)
Specify the target Push API server
|
java.lang.String |
toString()
String representation of this ForwardProcessorConfig.
|
ForwardProcessorConfig |
withDocumentTypes(java.lang.String documentTypes)
Deprecated.
|
ForwardProcessorConfig |
withForwardedDocumentTypeList(ForwardedDocumentTypeList forwardedDocumentTypeList) |
ForwardProcessorConfig |
withPushAPIServer(java.lang.String pushAPIServer) |
void |
writeTo(java.io.OutputStream os) |
public java.lang.String pushAPIServer
@Deprecated public java.lang.String documentTypes
public ForwardedDocumentTypeList forwardedDocumentTypeList
public ForwardProcessorConfig()
public ForwardProcessorConfig(ForwardProcessorConfig o)
public void setPushAPIServer(java.lang.String pushAPIServer)
public java.lang.String getPushAPIServer()
public ForwardProcessorConfig withPushAPIServer(java.lang.String pushAPIServer)
@Deprecated public void setDocumentTypes(java.lang.String documentTypes)
@Deprecated public java.lang.String getDocumentTypes()
@Deprecated public ForwardProcessorConfig withDocumentTypes(java.lang.String documentTypes)
public void setForwardedDocumentTypeList(ForwardedDocumentTypeList forwardedDocumentTypeList)
public ForwardedDocumentTypeList getForwardedDocumentTypeList()
public ForwardProcessorConfig withForwardedDocumentTypeList(ForwardedDocumentTypeList forwardedDocumentTypeList)
public ForwardProcessorConfig makeCopy()
public static ForwardProcessorConfig readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static ForwardProcessorConfig fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.