Interface OperationDescriptionJava


  • public interface OperationDescriptionJava
    • Method Detail

      • getAnnoWebResult

        WebResult getAnnoWebResult()
      • isWebResultAnnotationSpecified

        boolean isWebResultAnnotationSpecified()
      • getAnnoWebResultHeader

        boolean getAnnoWebResultHeader()
      • getAnnoWebResultName

        String getAnnoWebResultName()
      • getAnnoWebResultPartName

        String getAnnoWebResultPartName()
      • getAnnoWebResultTargetNamespace

        String getAnnoWebResultTargetNamespace()
      • getAnnoRequestWrapperClassName

        String getAnnoRequestWrapperClassName()
        Returns:
        the specified value of @RequestWrapper className or null NOTE: There is no default for the classname
      • getAnnoRequestWrapperLocalName

        String getAnnoRequestWrapperLocalName()
      • getAnnoRequestWrapperTargetNamespace

        String getAnnoRequestWrapperTargetNamespace()
      • getAnnoResponseWrapperClassName

        String getAnnoResponseWrapperClassName()
        Returns:
        the specified value of @ResponseWrapper className or null NOTE: There is no default for the classname
      • getAnnoResponseWrapperLocalName

        String getAnnoResponseWrapperLocalName()
      • getAnnoResponseWrapperTargetNamespace

        String getAnnoResponseWrapperTargetNamespace()
      • getAnnoWebMethod

        WebMethod getAnnoWebMethod()
      • getAnnoWebMethodAction

        String getAnnoWebMethodAction()
      • getAnnoWebMethodExclude

        boolean getAnnoWebMethodExclude()
      • getAnnoWebMethodOperationName

        String getAnnoWebMethodOperationName()
      • getAnnoWebParamNames

        String[] getAnnoWebParamNames()
      • getAnnoWebParamTargetNamespace

        String getAnnoWebParamTargetNamespace​(String name)
      • getAnnoWebParamTargetNamespaces

        String[] getAnnoWebParamTargetNamespaces()
      • isAnnoWebParamHeader

        boolean isAnnoWebParamHeader​(String name)
      • getAnnoOneway

        Oneway getAnnoOneway()
      • isAnnoOneWay

        boolean isAnnoOneWay()
      • getAnnoAction

        Action getAnnoAction()