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
- All Implemented Interfaces:
CallEx,javax.xml.rpc.Call
- Author:
- JAX-RPC Development Team
-
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, typeRegistryFields inherited from interface javax.xml.rpc.Call
ENCODINGSTYLE_URI_PROPERTY, OPERATION_STYLE_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionConfiguredCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, ServiceInfo configuration) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidconfigureCall(Method method) protected voiddoConfigureCall(MethodInfo currentMethod, OperationInfo currentOperation) booleanisParameterAndReturnSpecRequired(QName operation) protected booleanvoidsetMethodName(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 Details
-
ConfiguredCall
public ConfiguredCall(InternalTypeMappingRegistry registry, javax.xml.rpc.handler.HandlerRegistry handlerRegistry, ServiceInfo configuration)
-
-
Method Details
-
isParameterAndReturnSpecRequired
- Specified by:
isParameterAndReturnSpecRequiredin interfacejavax.xml.rpc.Call- Overrides:
isParameterAndReturnSpecRequiredin classBasicCall
-
setMethodName
-
setOperationName
- Specified by:
setOperationNamein interfacejavax.xml.rpc.Call- Overrides:
setOperationNamein classBasicCall
-
setPortName
- Specified by:
setPortNamein interfaceCallEx- Overrides:
setPortNamein classBasicCall
-
setOperationMethod
-
configureCall
protected void configureCall() -
configureCall
-
doConfigureCall
-
readyToConfigure
protected boolean readyToConfigure()
-