| Package | Description |
|---|---|
| network.oxalis.vefa.peppol.common.api | |
| network.oxalis.vefa.peppol.common.model |
Data model for this project.
|
| Modifier and Type | Method and Description |
|---|---|
TransportProfile |
SimpleEndpoint.getTransportProfile() |
| Modifier and Type | Field and Description |
|---|---|
static TransportProfile |
TransportProfile.AS2_1_0
Deprecated.
|
static TransportProfile |
TransportProfile.AS4 |
static TransportProfile |
TransportProfile.ESENS_AS4 |
static TransportProfile |
TransportProfile.PEPPOL_AS2_1_0 |
static TransportProfile |
TransportProfile.PEPPOL_AS2_2_0 |
static TransportProfile |
TransportProfile.PEPPOL_AS4_2_0 |
static TransportProfile |
TransportProfile.PEPPOL_START |
static TransportProfile |
TransportProfile.START
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TransportProfile |
Endpoint.getTransportProfile() |
static TransportProfile |
TransportProfile.of(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<TransportProfile> |
ProcessMetadata.getTransportProfiles() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractServiceMetadata.getEndpoint(ProcessIdentifier processIdentifier,
TransportProfile... transportProfiles) |
T |
ProcessMetadata.getEndpoint(TransportProfile... transportProfiles) |
static Endpoint |
Endpoint.of(TransportProfile transportProfile,
URI address,
X509Certificate certificate) |
static Endpoint |
Endpoint.of(TransportProfile transportProfile,
URI address,
X509Certificate certificate,
Period period) |
| Constructor and Description |
|---|
Endpoint(TransportProfile transportProfile,
URI address,
X509Certificate certificate,
Period period) |
Copyright © 2021 NorStella. All rights reserved.