Class PublisherEndpoint
- java.lang.Object
-
- network.oxalis.vefa.peppol.publisher.model.PublisherEndpoint
-
- All Implemented Interfaces:
SimpleEndpoint
public class PublisherEndpoint extends Object implements SimpleEndpoint
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description PublisherEndpoint(TransportProfile transportProfile, URI address, byte[] certificate, Period period, String description, String technicalContact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetAddress()byte[]getCertificate()StringgetDescription()PeriodgetPeriod()StringgetTechnicalContact()TransportProfilegetTransportProfile()
-
-
-
Constructor Detail
-
PublisherEndpoint
public PublisherEndpoint(TransportProfile transportProfile, URI address, byte[] certificate, Period period, String description, String technicalContact)
-
-
Method Detail
-
getTransportProfile
public TransportProfile getTransportProfile()
- Specified by:
getTransportProfilein interfaceSimpleEndpoint
-
getAddress
public URI getAddress()
-
getCertificate
public byte[] getCertificate()
-
getPeriod
public Period getPeriod()
- Specified by:
getPeriodin interfaceSimpleEndpoint
-
getDescription
public String getDescription()
-
getTechnicalContact
public String getTechnicalContact()
-
-