Interface CallEx

All Superinterfaces:
javax.xml.rpc.Call
All Known Implementing Classes:
BasicCall, ConfiguredCall

public interface CallEx extends javax.xml.rpc.Call
  • Field Summary

    Fields 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
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     

    Methods inherited from interface javax.xml.rpc.Call

    addParameter, addParameter, getOperationName, getOutputParams, getOutputValues, getParameterTypeByName, getPortTypeName, getProperty, getPropertyNames, getReturnType, getTargetEndpointAddress, invoke, invoke, invokeOneWay, isParameterAndReturnSpecRequired, removeAllParameters, removeProperty, setOperationName, setPortTypeName, setProperty, setReturnType, setReturnType, setTargetEndpointAddress
  • Method Details

    • getPortName

      QName getPortName()
    • setPortName

      void setPortName(QName name)