org.apache.axis2.jaxws.description
Interface OperationDescriptionJava


public interface OperationDescriptionJava


Method Summary
 Action getAnnoAction()
           
 Oneway getAnnoOneway()
           
 RequestWrapper getAnnoRequestWrapper()
           
 String getAnnoRequestWrapperClassName()
           
 String getAnnoRequestWrapperLocalName()
           
 String getAnnoRequestWrapperTargetNamespace()
           
 ResponseWrapper getAnnoResponseWrapper()
           
 String getAnnoResponseWrapperClassName()
           
 String getAnnoResponseWrapperLocalName()
           
 String getAnnoResponseWrapperTargetNamespace()
           
 SOAPBinding getAnnoSoapBinding()
           
 SOAPBinding.ParameterStyle getAnnoSoapBindingParameterStyle()
           
 SOAPBinding.Style getAnnoSoapBindingStyle()
           
 SOAPBinding.Use getAnnoSoapBindingUse()
           
 WebMethod getAnnoWebMethod()
           
 String getAnnoWebMethodAction()
           
 boolean getAnnoWebMethodExclude()
           
 String getAnnoWebMethodOperationName()
           
 WebParam.Mode[] getAnnoWebParamModes()
           
 String[] getAnnoWebParamNames()
           
 String getAnnoWebParamTargetNamespace(String name)
           
 String[] getAnnoWebParamTargetNamespaces()
           
 WebResult getAnnoWebResult()
           
 boolean getAnnoWebResultHeader()
           
 String getAnnoWebResultName()
           
 String getAnnoWebResultPartName()
           
 String getAnnoWebResultTargetNamespace()
           
 boolean isAnnoOneWay()
           
 boolean isAnnoWebParamHeader(String name)
           
 boolean isWebResultAnnotationSpecified()
           
 

Method Detail

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()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.