Class BusdoxPublisherSyntax
- java.lang.Object
-
- network.oxalis.vefa.peppol.publisher.syntax.AbstractPublisherSyntax
-
- network.oxalis.vefa.peppol.publisher.syntax.BusdoxPublisherSyntax
-
- All Implemented Interfaces:
PublisherSyntax
public class BusdoxPublisherSyntax extends AbstractPublisherSyntax
- Author:
- erlend
-
-
Constructor Summary
Constructors Constructor Description BusdoxPublisherSyntax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.MarshallergetMarshaller()jakarta.xml.bind.JAXBElement<?>of(PublisherServiceMetadata serviceMetadata, boolean forSigning)jakarta.xml.bind.JAXBElement<?>of(ServiceGroup serviceGroup, URI rootUri)-
Methods inherited from class network.oxalis.vefa.peppol.publisher.syntax.AbstractPublisherSyntax
convert
-
-
-
-
Method Detail
-
of
public jakarta.xml.bind.JAXBElement<?> of(ServiceGroup serviceGroup, URI rootUri)
-
of
public jakarta.xml.bind.JAXBElement<?> of(PublisherServiceMetadata serviceMetadata, boolean forSigning)
-
getMarshaller
public jakarta.xml.bind.Marshaller getMarshaller() throws jakarta.xml.bind.JAXBException- Throws:
jakarta.xml.bind.JAXBException
-
-