| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceContractResolverRegistry
A registry for maintaining a collection of contract resolvers.
| Method Summary | |
|---|---|
|  URI | getContractLocation(QName qname)Resolves a service's QName to a URI representing the location of a WSDL contract. | 
|  boolean | isRegistered(ServiceContractResolver resolver)Determines if a contract resolver is already registered with a registry. | 
|  void | register(ServiceContractResolver resolver)Registers a contract resolver. | 
|  void | unregister(ServiceContractResolver resolver)Removes a contract resolver from the registry. | 
| Method Detail | 
|---|
URI getContractLocation(QName qname)
getContractLocation methods of the registered contract 
 resolvers to do the actual resolution.
qname - the service qname to resolve into a URI
void register(ServiceContractResolver resolver)
resolver - the contract resolver being registeredvoid unregister(ServiceContractResolver resolver)
resolver - the contract resolver being removedboolean isRegistered(ServiceContractResolver resolver)
resolver - the contract resolver for which to search
true if the contract resolver is already registered| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||