org.apache.axis2.jaxws.description.impl
Class LegacyMethodRetrieverImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.description.MethodRetriever
      extended by org.apache.axis2.jaxws.description.impl.LegacyMethodRetrieverImpl

public class LegacyMethodRetrieverImpl
extends MethodRetriever

LegacyMethodRetrieverImpl subclass implements the original SUN RI interpretation for annotation processing. See MethodRetriever superclass... Please refer to the following links for more info: 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


Constructor Summary
LegacyMethodRetrieverImpl(DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
           
 
Method Summary
 Iterator<MethodDescriptionComposite> retrieveMethods()
           
 
Methods inherited from class org.apache.axis2.jaxws.description.MethodRetriever
getLegacyWebMethod, removeOverriddenMethods, retrieveSEIMethods, retrieveSEIMethodsChain, setLegacyWebMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyMethodRetrieverImpl

public LegacyMethodRetrieverImpl(DescriptionBuilderComposite dbc,
                                 EndpointInterfaceDescriptionImpl eid)
Method Detail

retrieveMethods

public Iterator<MethodDescriptionComposite> retrieveMethods()
Specified by:
retrieveMethods in class MethodRetriever


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.