Tuscany Core

org.apache.tuscany.core.loader.impl
Interface WSDLDefinitionRegistryImpl.Monitor

Enclosing class:
WSDLDefinitionRegistryImpl

public static interface WSDLDefinitionRegistryImpl.Monitor


Method Summary
 void cachingDefinition(String namespace, URL location)
          Monitor event emitted immediately before registering a WSDL definition in the cache.
 void readingWSDL(String namespace, URL location)
          Monitor event emitted immediately before an attempt is made to read WSDL for the supplied namespace from the supplied location.
 

Method Detail

readingWSDL

void readingWSDL(String namespace,
                 URL location)
Monitor event emitted immediately before an attempt is made to read WSDL for the supplied namespace from the supplied location.

Parameters:
namespace - the target namespace expected in the WSDL; may be null
location - the location where we will attempt to read the WSDL definition from

cachingDefinition

void cachingDefinition(String namespace,
                       URL location)
Monitor event emitted immediately before registering a WSDL definition in the cache.

Parameters:
namespace - the target namespace for the WSDL
location - the location where the WSDL definition was read from

Tuscany Core

-