org.ow2.orchestra.facade.def
Interface ExtensionDefinition

All Superinterfaces:
CopyAble<ExtensionDefinition>, Serializable
All Known Implementing Classes:
ExtensionDefinitionImpl

public interface ExtensionDefinition
extends CopyAble<ExtensionDefinition>, Serializable

Interface of definition of an extension in BPEL


Method Summary
 String getNamespace()
           
 boolean isMustUnderstand()
           
 boolean isSupported()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

getNamespace

String getNamespace()

isMustUnderstand

boolean isMustUnderstand()

isSupported

boolean isSupported()


Copyright © 2011 OW2 Consortium. All Rights Reserved.