public abstract class MethodRetriever
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
MethodRetriever() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLegacyWebMethod() |
protected java.util.ArrayList<MethodDescriptionComposite> |
removeOverriddenMethods(java.util.ArrayList<MethodDescriptionComposite> methodList,
DescriptionBuilderComposite dbc,
EndpointInterfaceDescriptionImpl eid)
This method will loop through each method that was previously determined as being relevant to
the current composite.
|
abstract java.util.Iterator<MethodDescriptionComposite> |
retrieveMethods() |
protected java.util.ArrayList<MethodDescriptionComposite> |
retrieveSEIMethods(DescriptionBuilderComposite dbc) |
protected java.util.ArrayList<MethodDescriptionComposite> |
retrieveSEIMethodsChain(DescriptionBuilderComposite tmpDBC,
EndpointInterfaceDescriptionImpl eid)
A recursive method which peruses and retrieves methods in the super class hierarchy
|
void |
setLegacyWebMethod(java.lang.String legacyWebMethod) |
public java.lang.String getLegacyWebMethod()
public void setLegacyWebMethod(java.lang.String legacyWebMethod)
public abstract java.util.Iterator<MethodDescriptionComposite> retrieveMethods()
protected java.util.ArrayList<MethodDescriptionComposite> retrieveSEIMethodsChain(DescriptionBuilderComposite tmpDBC, EndpointInterfaceDescriptionImpl eid)
tmpDBC - eid - protected java.util.ArrayList<MethodDescriptionComposite> removeOverriddenMethods(java.util.ArrayList<MethodDescriptionComposite> methodList, DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
methodList - - ArrayList list of relevant methodsdbc - - DescriptionBuilderComposite current compositeArrayListprotected java.util.ArrayList<MethodDescriptionComposite> retrieveSEIMethods(DescriptionBuilderComposite dbc)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.