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. |
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 nulllocation
- 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 WSDLlocation
- the location where the WSDL definition was read from
-