Class SOAPOperation

  • All Implemented Interfaces:
    Elemental

    public class SOAPOperation
    extends Extension
    A SOAP operation extension.
    Author:
    JAX-RPC Development Team
    • Constructor Detail

      • SOAPOperation

        public SOAPOperation()
    • Method Detail

      • getElementName

        public QName getElementName()
      • getSOAPAction

        public String getSOAPAction()
      • setSOAPAction

        public void setSOAPAction​(String s)
      • setStyle

        public void setStyle​(SOAPStyle s)
      • isDocument

        public boolean isDocument()
      • isRPC

        public boolean isRPC()