Uses of Class
network.oxalis.vefa.peppol.common.model.ServiceInformation
-
Packages that use ServiceInformation Package Description network.oxalis.vefa.peppol.common.model Data model for this project. -
-
Uses of ServiceInformation in network.oxalis.vefa.peppol.common.model
Methods in network.oxalis.vefa.peppol.common.model that return ServiceInformation Modifier and Type Method Description ServiceInformation<T>AbstractServiceMetadata. getServiceInformation()static <T extends SimpleEndpoint>
ServiceInformation<T>ServiceInformation. of(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier, List<ProcessMetadata<T>> processes)Methods in network.oxalis.vefa.peppol.common.model with parameters of type ServiceInformation Modifier and Type Method Description static ServiceMetadataServiceMetadata. of(ServiceInformation<Endpoint> serviceInformation)Constructors in network.oxalis.vefa.peppol.common.model with parameters of type ServiceInformation Constructor Description AbstractServiceMetadata(ServiceInformation<T> serviceInformation)
-