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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      QName getPortName()  
      void setPortName​(QName name)  
      • 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 Detail

      • getPortName

        QName getPortName()
      • setPortName

        void setPortName​(QName name)