public class CxfWSDLImporter extends Object implements XMLImporter
Modifier and Type | Field and Description |
---|---|
protected static String |
JAXB_BINDINGS_RESOURCE |
protected String |
namespace |
protected Map<String,StructureDefinition> |
structures |
protected String |
wsdlLocation |
protected Map<String,WSOperation> |
wsOperations |
protected Map<String,WSService> |
wsServices |
Constructor and Description |
---|
CxfWSDLImporter() |
Modifier and Type | Method and Description |
---|---|
protected static void |
_importFields(com.sun.codemodel.JDefinedClass theClass,
AtomicInteger index,
SimpleStructureDefinition structure) |
protected com.sun.tools.xjc.api.S2JJAXBModel |
compileModel(javax.wsdl.Types types,
com.sun.tools.xjc.api.SchemaCompiler compiler,
Element rootTypes) |
Collection<WSOperation> |
getOperations() |
Collection<WSService> |
getServices() |
Collection<StructureDefinition> |
getStructures() |
protected static void |
importFields(com.sun.codemodel.JDefinedClass theClass,
SimpleStructureDefinition structure) |
void |
importFrom(org.activiti.bpmn.model.Import theImport,
BpmnParse parse) |
void |
importFrom(String url) |
protected WSOperation |
importOperation(org.apache.cxf.service.model.OperationInfo operation,
WSService service) |
protected WSService |
importService(org.apache.cxf.service.model.ServiceInfo service) |
protected void |
importStructure(com.sun.tools.xjc.api.Mapping mapping) |
protected void |
importTypes(javax.wsdl.Types types) |
protected void |
transferImportsToParse(BpmnParse parse) |
protected static final String JAXB_BINDINGS_RESOURCE
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
protected void transferImportsToParse(BpmnParse parse)
public void importFrom(String url)
protected WSService importService(org.apache.cxf.service.model.ServiceInfo service)
protected WSOperation importOperation(org.apache.cxf.service.model.OperationInfo operation, WSService service)
protected void importTypes(javax.wsdl.Types types)
protected void importStructure(com.sun.tools.xjc.api.Mapping mapping)
protected static void importFields(com.sun.codemodel.JDefinedClass theClass, SimpleStructureDefinition structure)
protected static void _importFields(com.sun.codemodel.JDefinedClass theClass, AtomicInteger index, SimpleStructureDefinition structure)
protected com.sun.tools.xjc.api.S2JJAXBModel compileModel(javax.wsdl.Types types, com.sun.tools.xjc.api.SchemaCompiler compiler, Element rootTypes)
public Collection<StructureDefinition> getStructures()
public Collection<WSService> getServices()
public Collection<WSOperation> getOperations()
Copyright © 2016 Alfresco. All rights reserved.