com.ebmwebsourcing.easybpmn.bpmn2bpel.wsdl
Class WSDLGeneratorHelper

java.lang.Object
  extended by com.ebmwebsourcing.easybpmn.bpmn2bpel.wsdl.WSDLGeneratorHelper

public class WSDLGeneratorHelper
extends java.lang.Object


Field Summary
static java.lang.String PLTSuffix
           
 
Constructor Summary
WSDLGeneratorHelper()
           
 
Method Summary
static com.ebmwebsourcing.easywsdl11.api.element.Definitions findDefinitionsContainingInterfaceInImports(javax.xml.namespace.QName itfQname, com.ebmwebsourcing.easybpmn.bpmn20.api.element.Definitions bpmnDefinitions)
           
static com.ebmwebsourcing.easywsdl11.api.element.Port findPortInImports(javax.xml.namespace.QName portQname, com.ebmwebsourcing.easybpmn.bpmn20.api.element.Definitions bpmnDefinitions)
           
static java.util.Collection<com.ebmwebsourcing.easywsdl11.api.element.Definitions> getAllDefinitions()
           
static java.lang.String getArtefactNamespace(java.lang.String targetNamespace)
           
static com.ebmwebsourcing.easywsdl11.api.element.Definitions getDefinitions(java.lang.String tns)
           
static com.ebmwebsourcing.easywsdl11.api.element.Definitions getOrCreateDefinitions(java.lang.String tns)
           
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLTSuffix

public static final java.lang.String PLTSuffix
See Also:
Constant Field Values
Constructor Detail

WSDLGeneratorHelper

public WSDLGeneratorHelper()
Method Detail

init

public static void init()

getOrCreateDefinitions

public static com.ebmwebsourcing.easywsdl11.api.element.Definitions getOrCreateDefinitions(java.lang.String tns)

getDefinitions

public static com.ebmwebsourcing.easywsdl11.api.element.Definitions getDefinitions(java.lang.String tns)

getAllDefinitions

public static java.util.Collection<com.ebmwebsourcing.easywsdl11.api.element.Definitions> getAllDefinitions()

getArtefactNamespace

public static java.lang.String getArtefactNamespace(java.lang.String targetNamespace)

findDefinitionsContainingInterfaceInImports

public static com.ebmwebsourcing.easywsdl11.api.element.Definitions findDefinitionsContainingInterfaceInImports(javax.xml.namespace.QName itfQname,
                                                                                                                com.ebmwebsourcing.easybpmn.bpmn20.api.element.Definitions bpmnDefinitions)
                                                                                                         throws com.ebmwebsourcing.easybpmn.bpmn20.api.BPMNException
Throws:
com.ebmwebsourcing.easybpmn.bpmn20.api.BPMNException

findPortInImports

public static com.ebmwebsourcing.easywsdl11.api.element.Port findPortInImports(javax.xml.namespace.QName portQname,
                                                                               com.ebmwebsourcing.easybpmn.bpmn20.api.element.Definitions bpmnDefinitions)
                                                                        throws com.ebmwebsourcing.easybpmn.bpmn20.api.BPMNException
Throws:
com.ebmwebsourcing.easybpmn.bpmn20.api.BPMNException


Copyright © 2011 Petals Link. All Rights Reserved.