Uses of Class
org.wildfly.iiop.openjdk.rmi.marshal.strategy.StubStrategy
-
Packages that use StubStrategy Package Description org.wildfly.iiop.openjdk.rmi.marshal.strategy -
-
Uses of StubStrategy in org.wildfly.iiop.openjdk.rmi.marshal.strategy
Methods in org.wildfly.iiop.openjdk.rmi.marshal.strategy that return StubStrategy Modifier and Type Method Description static StubStrategyStubStrategy. forMethod(String[] paramTypes, String[] excepIds, String[] excepTypes, String retvalType, ClassLoader cl)Returns anStubStrategyfor a method, given descriptions of the method parameters, exceptions, and return value.
-