org.apache.axis2.jaxws.description
Interface OperationDescriptionJava
public interface OperationDescriptionJava
getAnnoWebResult
javax.jws.WebResult getAnnoWebResult()
isWebResultAnnotationSpecified
boolean isWebResultAnnotationSpecified()
getAnnoWebResultHeader
boolean getAnnoWebResultHeader()
getAnnoWebResultName
java.lang.String getAnnoWebResultName()
getAnnoWebResultPartName
java.lang.String getAnnoWebResultPartName()
getAnnoWebResultTargetNamespace
java.lang.String getAnnoWebResultTargetNamespace()
getAnnoRequestWrapper
javax.xml.ws.RequestWrapper getAnnoRequestWrapper()
getAnnoRequestWrapperClassName
java.lang.String getAnnoRequestWrapperClassName()
- Returns:
- the specified value of @RequestWrapper className or null NOTE: There is no default
for the classname
getAnnoRequestWrapperLocalName
java.lang.String getAnnoRequestWrapperLocalName()
getAnnoRequestWrapperTargetNamespace
java.lang.String getAnnoRequestWrapperTargetNamespace()
getAnnoResponseWrapper
javax.xml.ws.ResponseWrapper getAnnoResponseWrapper()
getAnnoResponseWrapperClassName
java.lang.String getAnnoResponseWrapperClassName()
- Returns:
- the specified value of @ResponseWrapper className or null NOTE: There is no default
for the classname
getAnnoResponseWrapperLocalName
java.lang.String getAnnoResponseWrapperLocalName()
getAnnoResponseWrapperTargetNamespace
java.lang.String getAnnoResponseWrapperTargetNamespace()
getAnnoSoapBinding
javax.jws.soap.SOAPBinding getAnnoSoapBinding()
getAnnoSoapBindingParameterStyle
javax.jws.soap.SOAPBinding.ParameterStyle getAnnoSoapBindingParameterStyle()
getAnnoSoapBindingStyle
javax.jws.soap.SOAPBinding.Style getAnnoSoapBindingStyle()
getAnnoSoapBindingUse
javax.jws.soap.SOAPBinding.Use getAnnoSoapBindingUse()
getAnnoWebMethod
javax.jws.WebMethod getAnnoWebMethod()
getAnnoWebMethodAction
java.lang.String getAnnoWebMethodAction()
getAnnoWebMethodExclude
boolean getAnnoWebMethodExclude()
getAnnoWebMethodOperationName
java.lang.String getAnnoWebMethodOperationName()
getAnnoWebParamModes
javax.jws.WebParam.Mode[] getAnnoWebParamModes()
getAnnoWebParamNames
java.lang.String[] getAnnoWebParamNames()
getAnnoWebParamTargetNamespace
java.lang.String getAnnoWebParamTargetNamespace(java.lang.String name)
getAnnoWebParamTargetNamespaces
java.lang.String[] getAnnoWebParamTargetNamespaces()
isAnnoWebParamHeader
boolean isAnnoWebParamHeader(java.lang.String name)
getAnnoOneway
javax.jws.Oneway getAnnoOneway()
isAnnoOneWay
boolean isAnnoOneWay()
getAnnoAction
javax.xml.ws.Action getAnnoAction()
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.