org.ow2.orchestra.extensions.logging
Class LoggingExtensionProviderImpl

java.lang.Object
  extended by org.ow2.orchestra.extensions.logging.LoggingExtensionProviderImpl
All Implemented Interfaces:
ExtensionProvider

public class LoggingExtensionProviderImpl
extends java.lang.Object
implements ExtensionProvider


Field Summary
static java.lang.String LOGGING_EXTENSION
           
 
Fields inherited from interface org.ow2.orchestra.extension.ExtensionProvider
DEFAULT_KEY
 
Constructor Summary
LoggingExtensionProviderImpl()
           
 
Method Summary
 void deployExternalModule(BpelProcess bpelProcess)
           
 java.util.List<Binding> getDefaultBindings()
           
 java.lang.String[] getSchemaResource()
           
 boolean isSupported(java.lang.String namespace)
           
 void parseExtensionAttribute(org.w3c.dom.Element element, Parse parse)
           
 void parseExtensionElement(org.w3c.dom.Element element, Parse parse)
           
 void unDeployExternalModule(BpelProcess bpelProcess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGING_EXTENSION

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

LoggingExtensionProviderImpl

public LoggingExtensionProviderImpl()
Method Detail

getSchemaResource

public java.lang.String[] getSchemaResource()
Specified by:
getSchemaResource in interface ExtensionProvider

getDefaultBindings

public java.util.List<Binding> getDefaultBindings()
Specified by:
getDefaultBindings in interface ExtensionProvider

parseExtensionAttribute

public void parseExtensionAttribute(org.w3c.dom.Element element,
                                    Parse parse)
Specified by:
parseExtensionAttribute in interface ExtensionProvider

parseExtensionElement

public void parseExtensionElement(org.w3c.dom.Element element,
                                  Parse parse)
Specified by:
parseExtensionElement in interface ExtensionProvider

isSupported

public boolean isSupported(java.lang.String namespace)
Specified by:
isSupported in interface ExtensionProvider

deployExternalModule

public void deployExternalModule(BpelProcess bpelProcess)
Specified by:
deployExternalModule in interface ExtensionProvider

unDeployExternalModule

public void unDeployExternalModule(BpelProcess bpelProcess)
Specified by:
unDeployExternalModule in interface ExtensionProvider


Copyright © 2011 OW2 Consortium. All Rights Reserved.