Uses of Class
network.oxalis.vefa.peppol.publisher.model.PublisherServiceMetadata
-
Packages that use PublisherServiceMetadata Package Description network.oxalis.vefa.peppol.publisher.api network.oxalis.vefa.peppol.publisher.model network.oxalis.vefa.peppol.publisher.syntax -
-
Uses of PublisherServiceMetadata in network.oxalis.vefa.peppol.publisher.api
Methods in network.oxalis.vefa.peppol.publisher.api that return PublisherServiceMetadata Modifier and Type Method Description PublisherServiceMetadataServiceMetadataProvider. get(ParticipantIdentifier participantIdentifier, DocumentTypeIdentifier documentTypeIdentifier)Methods in network.oxalis.vefa.peppol.publisher.api with parameters of type PublisherServiceMetadata Modifier and Type Method Description javax.xml.bind.JAXBElement<?>PublisherSyntax. of(PublisherServiceMetadata serviceMetadata, boolean forSigning) -
Uses of PublisherServiceMetadata in network.oxalis.vefa.peppol.publisher.model
Methods in network.oxalis.vefa.peppol.publisher.model that return PublisherServiceMetadata Modifier and Type Method Description static PublisherServiceMetadataPublisherServiceMetadata. of(Redirect redirect)static PublisherServiceMetadataPublisherServiceMetadata. of(ServiceInformation<PublisherEndpoint> serviceInformation) -
Uses of PublisherServiceMetadata in network.oxalis.vefa.peppol.publisher.syntax
Methods in network.oxalis.vefa.peppol.publisher.syntax with parameters of type PublisherServiceMetadata Modifier and Type Method Description javax.xml.bind.JAXBElement<?>Bdxr201605PublisherSyntax. of(PublisherServiceMetadata serviceMetadata, boolean forSigning)javax.xml.bind.JAXBElement<?>BusdoxPublisherSyntax. of(PublisherServiceMetadata serviceMetadata, boolean forSigning)
-