Interface | Description |
---|---|
ResourceIdentifierResolver |
Resource identifiers may carry, implicitly or explicity, some informations about the location of the resource in the
hierarchical xmldb namespace.
|
ServiceResolver |
Instances of this type resolve EPR references to service endpoints.
|
UniqueIdentifierGenerator |
genrate unique identifiers.
|
Class | Description |
---|---|
AbstractServiceResolverImpl |
implement common functionality of ServiceResolvers.
|
JaxwsServiceResolverImpl |
This service resolver asks jaxws to obtain a proxy to a remote service.
|
LocalServiceResolverImpl |
This service resolver parses the EPR and returns a local reference to a service instance if the EPR refers to the
local node.
|
ResourceLoaderHelper |
Some beans aren't directly instantiated (like quartz jobs for instance), so they cannot receive the resource loader
by implementing the ResourceLoaderAware interface.
|
UniqueIdentifierGeneratorImpl |
generates unique UUID identifiers.
|
Copyright © 2017. All rights reserved.