Class Services
java.lang.Object
org.linkedopenactors.rdfpub.adapter.driving.nodeinfo.Services
The third party sites this server can connect to via their application API.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe third party sites this server can retrieve messages from for combined display with regular traffic.The third party sites this server can publish messages to on the behalf of a user.void
setInbound
(List<Inbound> inbound) The third party sites this server can retrieve messages from for combined display with regular traffic.void
setOutbound
(List<Outbound> outbound) The third party sites this server can publish messages to on the behalf of a user.withInbound
(List<Inbound> inbound) withOutbound
(List<Outbound> outbound)
-
Constructor Details
-
Services
public Services()
-
-
Method Details
-
getInbound
The third party sites this server can retrieve messages from for combined display with regular traffic. (Required) -
setInbound
The third party sites this server can retrieve messages from for combined display with regular traffic. (Required) -
withInbound
-
getOutbound
The third party sites this server can publish messages to on the behalf of a user. (Required) -
setOutbound
The third party sites this server can publish messages to on the behalf of a user. (Required) -
withOutbound
-