Uses of Class
org.apache.axis2.jaxws.description.impl.EndpointInterfaceDescriptionImpl
-
Packages that use EndpointInterfaceDescriptionImpl Package Description org.apache.axis2.jaxws.description org.apache.axis2.jaxws.description.impl -
-
Uses of EndpointInterfaceDescriptionImpl in org.apache.axis2.jaxws.description
Methods in org.apache.axis2.jaxws.description with parameters of type EndpointInterfaceDescriptionImpl Modifier and Type Method Description protected ArrayList<MethodDescriptionComposite>
MethodRetriever. removeOverriddenMethods(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.protected ArrayList<MethodDescriptionComposite>
MethodRetriever. retrieveSEIMethodsChain(DescriptionBuilderComposite tmpDBC, EndpointInterfaceDescriptionImpl eid)
A recursive method which peruses and retrieves methods in the super class hierarchy -
Uses of EndpointInterfaceDescriptionImpl in org.apache.axis2.jaxws.description.impl
Constructors in org.apache.axis2.jaxws.description.impl with parameters of type EndpointInterfaceDescriptionImpl Constructor Description LegacyMethodRetrieverImpl(DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
PostRI216MethodRetrieverImpl(DescriptionBuilderComposite dbc, EndpointInterfaceDescriptionImpl eid)
-