public class PublisherEndpoint extends Object implements SimpleEndpoint
| Constructor and Description |
|---|
PublisherEndpoint(TransportProfile transportProfile,
URI address,
byte[] certificate,
Period period,
String description,
String technicalContact) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAddress() |
byte[] |
getCertificate() |
String |
getDescription() |
Period |
getPeriod() |
String |
getTechnicalContact() |
TransportProfile |
getTransportProfile() |
public PublisherEndpoint(TransportProfile transportProfile, URI address, byte[] certificate, Period period, String description, String technicalContact)
public TransportProfile getTransportProfile()
getTransportProfile in interface SimpleEndpointpublic URI getAddress()
public byte[] getCertificate()
public Period getPeriod()
getPeriod in interface SimpleEndpointpublic String getDescription()
public String getTechnicalContact()
Copyright © 2022 NorStella. All rights reserved.