com.centrasite.jaxr
Interface ExtensionOperation


public interface ExtensionOperation

An operation to be executed under control of a LifecycleExtensionPoint.


Method Summary
 javax.xml.registry.BulkResponse execute()
          Execute this operation.
 

Method Detail

execute

javax.xml.registry.BulkResponse execute()
                                        throws java.lang.Exception
Execute this operation.

Returns:
the BulkResponse with the result of the operation
Throws:
JAXRException
java.lang.Exception