org.tm4j.net .LocatorBase

Description

An abstract base class implementing the Locator interface.

Inheritance Hierarchy

Field Summary
m_address The address of the resource which this locator represents.
m_factory The locator factory associated with this locator.
m_notation This locator's notation.
Method Summary
java.lang.String getAddress()
LocatorFactory getFactory()
java.lang.String getNotation()
void initialise(java.lang.String notation,java.lang.String address)
void isSupportedNotation(java.lang.String notation)
Determines whether the locator implementation supports the specified notation.
java.lang.String normalizeAddress(java.lang.String address)
Returns a normalized representation of the locator's address.
void setFactory(org.tm4j.net.LocatorFactory factory)

Related Topics

Is Contained By