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 javax.xml.bind.MarshallergetMarshaller()javax.xml.bind.JAXBElement<?>of(PublisherServiceMetadata serviceMetadata, boolean forSigning)javax.xml.bind.JAXBElement<?>of(ServiceGroup serviceGroup, URI rootUri)-
Methods inherited from class network.oxalis.vefa.peppol.publisher.syntax.AbstractPublisherSyntax
convert
-
-
-
-
Method Detail
-
of
public javax.xml.bind.JAXBElement<?> of(ServiceGroup serviceGroup, URI rootUri)
-
of
public javax.xml.bind.JAXBElement<?> of(PublisherServiceMetadata serviceMetadata, boolean forSigning)
-
getMarshaller
public javax.xml.bind.Marshaller getMarshaller() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
-