Interface OperationDescriptionJava


public interface OperationDescriptionJava
  • Method Details

    • getAnnoWebResult

      WebResult getAnnoWebResult()
    • isWebResultAnnotationSpecified

      boolean isWebResultAnnotationSpecified()
    • getAnnoWebResultHeader

      boolean getAnnoWebResultHeader()
    • getAnnoWebResultName

      String getAnnoWebResultName()
    • getAnnoWebResultPartName

      String getAnnoWebResultPartName()
    • getAnnoWebResultTargetNamespace

      String getAnnoWebResultTargetNamespace()
    • getAnnoRequestWrapper

      RequestWrapper getAnnoRequestWrapper()
    • 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()
    • getAnnoResponseWrapper

      ResponseWrapper getAnnoResponseWrapper()
    • 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()
    • getAnnoSoapBinding

      SOAPBinding getAnnoSoapBinding()
    • getAnnoSoapBindingParameterStyle

      SOAPBinding.ParameterStyle getAnnoSoapBindingParameterStyle()
    • getAnnoSoapBindingStyle

      SOAPBinding.Style getAnnoSoapBindingStyle()
    • getAnnoSoapBindingUse

      SOAPBinding.Use getAnnoSoapBindingUse()
    • getAnnoWebMethod

      WebMethod getAnnoWebMethod()
    • getAnnoWebMethodAction

      String getAnnoWebMethodAction()
    • getAnnoWebMethodExclude

      boolean getAnnoWebMethodExclude()
    • getAnnoWebMethodOperationName

      String getAnnoWebMethodOperationName()
    • getAnnoWebParamModes

      WebParam.Mode[] getAnnoWebParamModes()
    • 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()