inboundRequestDto Data Type

The Class InboundRequestDto.

Namespace
(Default)
Properties
name data type type namespace min/max occurs wrapped by description
code string attribute 1/1   The code
description string attribute 0/1   The description
id long attribute 0/1   The id.
auditable auditableDto element 0/1    
auditableField auditableFieldDto element 0/unbounded auditableFields  
authType string element 0/1   The auth type.
contentLength int element 1/1   The content length.
contentType string element 0/1   The content type.
method string element 0/1   The method.
pathInfo string element 0/1   The path info.
protocol string element 0/1   The protocol.
remoteAddr string element 0/1   The remote addr.
remotePort int element 1/1   The remote port.
requestURI string element 0/1   The request URI.
responseContentType string element 0/1   The response content type.
responseEncoding string element 0/1   The response encoding.
scheme string element 0/1   The scheme.
updatedCode string element 0/1   The updated code.

Example

<InboundRequest code="..." description="..." id="...">
  <contentLength>...</contentLength>
  <contentType>...</contentType>
  <protocol>...</protocol>
  <auditable created="..." creator="..." updated="..." updater="..."/>
  <scheme>...</scheme>
  <auditableFields>
    <auditableField actor="..." changeOrigin="..." code="..." created="..." currentState="..." description="..." entityClass="..." fieldName="..." id="..." originName="..." previousState="...">
      <auditable created="..." creator="..." updated="..." updater="..."/>
      <auditableFields>
        <auditableField/>
      </auditableFields>
      <updatedCode>...</updatedCode>
    </auditableField>
  </auditableFields>
  <remoteAddr>...</remoteAddr>
  <remotePort>...</remotePort>
  <updatedCode>...</updatedCode>
  <method>...</method>
  <authType>...</authType>
  <pathInfo>...</pathInfo>
  <requestURI>...</requestURI>
  <responseContentType>...</responseContentType>
  <responseEncoding>...</responseEncoding>
</InboundRequest>