Uses of Class
org.marketcetera.util.ws.stateful.PortDescriptor
-
Packages that use PortDescriptor Package Description org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server. -
-
Uses of PortDescriptor in org.marketcetera.util.ws.stateful
Methods in org.marketcetera.util.ws.stateful that return types with arguments of type PortDescriptor Modifier and Type Method Description Collection<PortDescriptor>JmxRemotePortUser. getPortDescriptors()Collection<PortDescriptor>PortUserProxy. getPortDescriptors()Collection<PortDescriptor>UsesPort. getPortDescriptors()Get the ports that this implementor uses.Methods in org.marketcetera.util.ws.stateful with parameters of type PortDescriptor Modifier and Type Method Description intPortDescriptor. compareTo(PortDescriptor inO) -
Uses of PortDescriptor in org.marketcetera.util.ws.stateless
Methods in org.marketcetera.util.ws.stateless that return types with arguments of type PortDescriptor Modifier and Type Method Description Collection<PortDescriptor>Node. getPortDescriptors()
-