public class Template extends Object implements SynapseArtifact
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name) |
Endpoint |
create(TemplateEndpoint templateEndpoint,
Properties properties) |
String |
getDescription()
Retrieves the description of the artifact
|
org.apache.axiom.om.OMElement |
getElement() |
String |
getFileName() |
String |
getName() |
List<String> |
getParameters() |
void |
setDescription(String description)
Set the description of the artifact
|
void |
setElement(org.apache.axiom.om.OMElement element) |
void |
setFileName(String fileName) |
void |
setName(String name) |
public Endpoint create(TemplateEndpoint templateEndpoint, Properties properties)
public String getName()
public void setName(String name)
public void addParameter(String name)
public void setElement(org.apache.axiom.om.OMElement element)
public org.apache.axiom.om.OMElement getElement()
public void setDescription(String description)
SynapseArtifact
setDescription
in interface SynapseArtifact
description
- tobe set to the artifactpublic String getDescription()
SynapseArtifact
getDescription
in interface SynapseArtifact
public String getFileName()
public void setFileName(String fileName)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.