Class Endpoint
- java.lang.Object
-
- network.oxalis.vefa.peppol.common.model.Endpoint
-
- All Implemented Interfaces:
Serializable,SimpleEndpoint
public class Endpoint extends Object implements Serializable, SimpleEndpoint
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Endpoint(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)URIgetAddress()X509CertificategetCertificate()PeriodgetPeriod()TransportProfilegetTransportProfile()inthashCode()static Endpointof(TransportProfile transportProfile, URI address, X509Certificate certificate)static Endpointof(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)StringtoString()
-
-
-
Constructor Detail
-
Endpoint
public Endpoint(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)
-
-
Method Detail
-
of
public static Endpoint of(TransportProfile transportProfile, URI address, X509Certificate certificate)
-
of
public static Endpoint of(TransportProfile transportProfile, URI address, X509Certificate certificate, Period period)
-
getTransportProfile
public TransportProfile getTransportProfile()
- Specified by:
getTransportProfilein interfaceSimpleEndpoint
-
getAddress
public URI getAddress()
-
getCertificate
public X509Certificate getCertificate()
-
getPeriod
public Period getPeriod()
- Specified by:
getPeriodin interfaceSimpleEndpoint
-
-