Class WsaTubeHelper

    • Method Detail

      • getFaultAction

        public String getFaultAction​(Packet requestPacket,
                                     Packet responsePacket)
      • getInputAction

        public String getInputAction​(Packet packet)
      • getEffectiveInputAction

        public String getEffectiveInputAction​(Packet packet)
        This method gives the Input addressing Action for a message. It gives the Action set in the wsdl operation for the corresponding payload. If it is not explicitly set, it gives the soapAction
        Parameters:
        packet -
        Returns:
        input Action
      • isInputActionDefault

        public boolean isInputActionDefault​(Packet packet)
      • getSOAPAction

        public String getSOAPAction​(Packet packet)
      • getOutputAction

        public String getOutputAction​(Packet packet)
      • getProblemActionDetail

        public abstract void getProblemActionDetail​(String action,
                                                    Element element)
      • getInvalidMapDetail

        public abstract void getInvalidMapDetail​(QName name,
                                                 Element element)
      • getMapRequiredDetail

        public abstract void getMapRequiredDetail​(QName name,
                                                  Element element)