public class RDFXMLSerializer extends Object
Modifier and Type | Class and Description |
---|---|
class |
RDFXMLSerializer.ProfileSerialisationVisitor |
class |
RDFXMLSerializer.WorkflowSerialisationVisitor |
Modifier and Type | Field and Description |
---|---|
protected static URI |
OA |
protected static URI |
PAV |
Constructor and Description |
---|
RDFXMLSerializer() |
RDFXMLSerializer(WorkflowBundle wfBundle) |
Modifier and Type | Method and Description |
---|---|
void |
annotation(Annotation ann) |
JAXBContext |
getJaxbContext() |
protected static JAXBContext |
getJAxbContextStatic() |
Marshaller |
getMarshaller() |
WorkflowBundle |
getWfBundle() |
boolean |
isUsingSchema() |
protected ProfileDocument |
makeProfile(Profile pf,
URI path) |
protected Workflow |
makeWorkflow(Workflow wf,
URI documentPath) |
protected WorkflowBundle |
makeWorkflowBundleElem() |
void |
profileDoc(OutputStream outputStream,
Profile pf,
URI path) |
void |
setJaxbContext(JAXBContext jaxbContext) |
protected void |
setPrefixMapper(Marshaller marshaller) |
void |
setUsingSchema(boolean usingSchema) |
void |
setWfBundle(WorkflowBundle wfBundle) |
void |
workflowBundleDoc(OutputStream outputStream,
URI path) |
void |
workflowDoc(OutputStream outputStream,
Workflow wf,
URI path) |
public RDFXMLSerializer()
public RDFXMLSerializer(WorkflowBundle wfBundle)
protected static JAXBContext getJAxbContextStatic() throws JAXBException
JAXBException
public void annotation(Annotation ann)
public JAXBContext getJaxbContext() throws JAXBException
JAXBException
public Marshaller getMarshaller()
public WorkflowBundle getWfBundle()
public boolean isUsingSchema()
protected ProfileDocument makeProfile(Profile pf, URI path)
protected WorkflowBundle makeWorkflowBundleElem()
public void profileDoc(OutputStream outputStream, Profile pf, URI path) throws JAXBException, WriterException
JAXBException
WriterException
public void setJaxbContext(JAXBContext jaxbContext)
protected void setPrefixMapper(Marshaller marshaller)
public void setUsingSchema(boolean usingSchema)
public void setWfBundle(WorkflowBundle wfBundle)
public void workflowBundleDoc(OutputStream outputStream, URI path) throws JAXBException, WriterException
JAXBException
WriterException
public void workflowDoc(OutputStream outputStream, Workflow wf, URI path) throws JAXBException, WriterException
JAXBException
WriterException
Copyright © 2014 myGrid. All rights reserved.