Uses of Class
com.sun.xml.rpc.client.dii.BasicCall
-
Packages that use BasicCall Package Description com.sun.xml.rpc.client com.sun.xml.rpc.client.dii com.sun.xml.rpc.encoding -
-
Uses of BasicCall in com.sun.xml.rpc.client
Methods in com.sun.xml.rpc.client that return BasicCall Modifier and Type Method Description BasicCallStreamingSenderState. getCall()Methods in com.sun.xml.rpc.client with parameters of type BasicCall Modifier and Type Method Description voidStreamingSenderState. setCall(BasicCall call) -
Uses of BasicCall in com.sun.xml.rpc.client.dii
Subclasses of BasicCall in com.sun.xml.rpc.client.dii Modifier and Type Class Description classConfiguredCallFields in com.sun.xml.rpc.client.dii declared as BasicCall Modifier and Type Field Description BasicCallCallRequest. callConstructors in com.sun.xml.rpc.client.dii with parameters of type BasicCall Constructor Description CallRequest(BasicCall call, Object request) -
Uses of BasicCall in com.sun.xml.rpc.encoding
Constructors in com.sun.xml.rpc.encoding with parameters of type BasicCall Constructor Description DynamicInternalTypeMappingRegistry(InternalTypeMappingRegistry registry, BasicCall currentCall)DynamicInternalTypeMappingRegistry(InternalTypeMappingRegistry registry, BasicCall currentCall, SOAPVersion ver)
-