public class WSDLImporter extends Object implements XMLImporter
Modifier and Type | Field and Description |
---|---|
protected String |
namespace |
protected Map<String,StructureDefinition> |
structures |
protected String |
wsdlLocation |
protected Map<String,WSOperation> |
wsOperations |
protected Map<String,WSService> |
wsServices |
Constructor and Description |
---|
WSDLImporter() |
Modifier and Type | Method and Description |
---|---|
Collection<WSOperation> |
getOperations() |
Collection<WSService> |
getServices() |
Collection<StructureDefinition> |
getStructures() |
void |
importFrom(org.activiti.bpmn.model.Import theImport,
BpmnParse parse) |
void |
importFrom(String url) |
protected Map<String,WSOperation> wsOperations
protected Map<String,StructureDefinition> structures
protected String wsdlLocation
protected String namespace
public void importFrom(org.activiti.bpmn.model.Import theImport, BpmnParse parse)
importFrom
in interface XMLImporter
public void importFrom(String url)
public Collection<StructureDefinition> getStructures()
public Collection<WSService> getServices()
public Collection<WSOperation> getOperations()
Copyright © 2016 Alfresco. All rights reserved.