Class PostRI216MethodRetrieverImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.description.MethodRetriever
-
- org.apache.axis2.jaxws.description.impl.PostRI216MethodRetrieverImpl
-
public class PostRI216MethodRetrieverImpl extends MethodRetriever
PostRI216MethodRetrieverImpl subclass implements the new 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
Constructors Constructor Description PostRI216MethodRetrieverImpl(DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<MethodDescriptionComposite>
retrieveMethods()
-
Methods inherited from class org.apache.axis2.jaxws.description.MethodRetriever
getLegacyWebMethod, removeOverriddenMethods, retrieveSEIMethods, retrieveSEIMethodsChain, setLegacyWebMethod
-
-
-
-
Constructor Detail
-
PostRI216MethodRetrieverImpl
public PostRI216MethodRetrieverImpl(DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
-
-
Method Detail
-
retrieveMethods
public Iterator<MethodDescriptionComposite> retrieveMethods()
- Specified by:
retrieveMethods
in classMethodRetriever
-
-