com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.xsd
Interface IWSDLImportBean

All Superinterfaces:
IBPMNElementBean, IImportBean

public interface IWSDLImportBean
extends IImportBean


Method Summary
 java.util.List<IErrorBean> getErrors()
           
 java.util.List<IInterfaceBean> getInterfaces()
           
 java.util.List<IItemDefinitionBean> getItemDefinitions()
           
 java.util.List<IMessageBean> getMessages()
           
 com.ebmwebsourcing.geasywsdl.domain.api.IDefinitions getWSDLDefinitions()
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
getImportType, getLocation, getNamespace, getNSDeclaration, setImportType, setLocation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean
getDocumentation, setDocumentation
 

Method Detail

getWSDLDefinitions

com.ebmwebsourcing.geasywsdl.domain.api.IDefinitions getWSDLDefinitions()

getMessages

java.util.List<IMessageBean> getMessages()

getErrors

java.util.List<IErrorBean> getErrors()

getInterfaces

java.util.List<IInterfaceBean> getInterfaces()

getItemDefinitions

java.util.List<IItemDefinitionBean> getItemDefinitions()


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.