Package com.sun.xml.rpc.client.dii
Class ConfiguredCall
- java.lang.Object
-
- com.sun.xml.rpc.client.dii.BasicCall
-
- com.sun.xml.rpc.client.dii.ConfiguredCall
-
-
Field Summary
-
Fields inherited from class com.sun.xml.rpc.client.dii.BasicCall
EMPTY_QNAME, faultDeserializer, handlerRegistry, inParameterClasses, inParameterMembers, inParameterNames, inParameterXmlTypeQNames, inParameterXmlTypes, invoker, isOneWay, operationInfo, operationName, outParameterClasses, outParameterMembers, outParameterNames, outParameterXmlTypeQNames, outParameterXmlTypes, packages, portName, properties, recognizedProperties, requestSerializer, response, responseDeserializer, RESULT_QNAME, RETURN_VALUE_INDEX, returnClass, returnClassName, returnParameterMembers, returnTypeQName, returnXmlType, returnXmlTypeQName, targetEndpointAddress, typeRegistry
-
-
Constructor Summary
Constructors Constructor Description ConfiguredCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, ServiceInfo configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigureCall()protected voidconfigureCall(Method method)protected voiddoConfigureCall(MethodInfo currentMethod, OperationInfo currentOperation)booleanisParameterAndReturnSpecRequired(QName operation)protected booleanreadyToConfigure()voidsetMethodName(String methodName)voidsetOperationMethod(Method method)voidsetOperationName(QName operationName)voidsetPortName(QName port)-
Methods inherited from class com.sun.xml.rpc.client.dii.BasicCall
addParameter, addParameter, checkIsParameterAndReturnTypeSpecAllowed, collectPackages, createLiteralRequestSerializer, createLiteralResponseSerializer, createRpcLiteralRequestSerializer, createRpcLiteralResponseSerializer, createRpcRequestSerializer, createRpcResponseSerializer, doAddParameter, doAddParameter, doAddParameter, doAddParameter, doRemoveAllParameters, doSetReturnType, doSetReturnType, getClassForName, getFaultDeserializer, getHandlerChain, getInParameterXmlTypes, getInvoker, getOperationInfo, getOperationName, getOperationStyle, getOutputParams, getOutputParamsQNames, getOutputValues, getParameterTypeByName, getPortName, getPortTypeName, getProperty, getPropertyNames, getRequestSerializer, getResponseDeserializer, getReturnParameterMembers, getReturnType, getTargetEndpointAddress, invoke, invoke, invokeOneWay, isProxy, propertyNotFoundException, removeAllParameters, removeProperty, resetSerializers, serializerNotFoundException, setIsProxy, setOperationInfo, setPortTypeName, setProperty, setReturnParameterInfos, setReturnType, setReturnType, setReturnTypeName, setReturnTypeQName, setReturnXmlTypeQName, setTargetEndpointAddress, unsupportedOperationStyleException, validateClassPackage
-
-
-
-
Constructor Detail
-
ConfiguredCall
public ConfiguredCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, ServiceInfo configuration)
-
-
Method Detail
-
isParameterAndReturnSpecRequired
public boolean isParameterAndReturnSpecRequired(QName operation)
- Specified by:
isParameterAndReturnSpecRequiredin interfacejavax.xml.rpc.Call- Overrides:
isParameterAndReturnSpecRequiredin classBasicCall
-
setMethodName
public void setMethodName(String methodName)
-
setOperationName
public void setOperationName(QName operationName)
- Specified by:
setOperationNamein interfacejavax.xml.rpc.Call- Overrides:
setOperationNamein classBasicCall
-
setPortName
public void setPortName(QName port)
- Specified by:
setPortNamein interfaceCallEx- Overrides:
setPortNamein classBasicCall
-
setOperationMethod
public void setOperationMethod(Method method)
-
configureCall
protected void configureCall()
-
configureCall
protected void configureCall(Method method)
-
doConfigureCall
protected void doConfigureCall(MethodInfo currentMethod, OperationInfo currentOperation)
-
readyToConfigure
protected boolean readyToConfigure()
-
-