public class ConnectionResponseAdapter extends XmlAdapter<AdaptedConnectionResponse,ConnectionResponse>
| Constructor and Description |
|---|
ConnectionResponseAdapter() |
| Modifier and Type | Method and Description |
|---|---|
AdaptedConnectionResponse |
marshal(ConnectionResponse cr) |
ConnectionResponse |
unmarshal(AdaptedConnectionResponse aCr) |
public AdaptedConnectionResponse marshal(ConnectionResponse cr)
marshal in class XmlAdapter<AdaptedConnectionResponse,ConnectionResponse>public ConnectionResponse unmarshal(AdaptedConnectionResponse aCr)
unmarshal in class XmlAdapter<AdaptedConnectionResponse,ConnectionResponse>Copyright © 2021 Apache NiFi Project. All rights reserved.