Class MethodRetriever

java.lang.Object
org.apache.axis2.jaxws.description.MethodRetriever
Direct Known Subclasses:
LegacyMethodRetrieverImpl, PostRI216MethodRetrieverImpl

public abstract class MethodRetriever extends Object
A MethodRetriever is an abstract class which is meant to be sub-classed for each type of method retrieval behavior. The catalyst for this was the introduction of new spec. interpretation by SUN RI. Please refer to the following links: https://jax-ws.dev.java.net/issues/show_bug.cgi?id=577 http://forums.java.net/jive/thread.jspa?threadID=61630 http://forums.java.net/jive/thread.jspa?threadID=55078 This base is being used to allow for a cleaner componentization of the old/new and potential future behavior changes. The sub-class is required to implement only the abstract 'retrieveMethods'