|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.description.impl.EndpointInterfaceDescriptionImpl
public class EndpointInterfaceDescriptionImpl
../EndpointInterfaceDescription
Field Summary | |
---|---|
static SOAPBinding.ParameterStyle |
SOAPBinding_ParameterStyle_DEFAULT
|
static SOAPBinding.Style |
SOAPBinding_Style_DEFAULT
|
static SOAPBinding.Use |
SOAPBinding_Use_DEFAULT
|
Fields inherited from interface org.apache.axis2.jaxws.description.EndpointInterfaceDescription |
---|
JAXWS_NOWSDL_PROVIDER_OPERATION_NAME |
Method Summary | |
---|---|
SOAPBinding |
getAnnoSoapBinding()
|
SOAPBinding.ParameterStyle |
getAnnoSoapBindingParameterStyle()
|
SOAPBinding.Style |
getAnnoSoapBindingStyle()
|
SOAPBinding.Use |
getAnnoSoapBindingUse()
|
WebService |
getAnnoWebService()
|
java.lang.String |
getAnnoWebServiceName()
|
java.lang.String |
getAnnoWebServiceTargetNamespace()
|
OperationDescription[] |
getDispatchableOperation(javax.xml.namespace.QName operationQName)
Returns all the dispatchable operations matching the operation QName. |
OperationDescription[] |
getDispatchableOperations()
|
EndpointDescription |
getEndpointDescription()
|
EndpointDescriptionImpl |
getEndpointDescriptionImpl()
|
java.lang.String |
getName()
|
OperationDescription |
getOperation(java.lang.reflect.Method seiMethod)
Return an OperationDescription for the corresponding SEI method. |
OperationDescription[] |
getOperation(javax.xml.namespace.QName operationQName)
Return an array of Operations given an operation QName. |
OperationDescription |
getOperation(java.lang.String operationName)
Return the OperationDesription (only one) corresponding to the OperationName passed in. |
OperationDescription[] |
getOperationForJavaMethod(java.lang.String javaMethodName)
Return the OperationDescriptions corresponding to a particular Java method name. |
OperationDescription[] |
getOperations()
|
javax.xml.namespace.QName |
getPortType()
|
java.lang.Class |
getSEIClass()
|
SOAPBinding.ParameterStyle |
getSoapBindingParameterStyle()
|
SOAPBinding.Style |
getSoapBindingStyle()
|
SOAPBinding.Use |
getSoapBindingUse()
|
java.lang.String |
getTargetNamespace()
|
javax.wsdl.PortType |
getWSDLPortType()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SOAPBinding.Style SOAPBinding_Style_DEFAULT
public static final SOAPBinding.Use SOAPBinding_Use_DEFAULT
public static final SOAPBinding.ParameterStyle SOAPBinding_ParameterStyle_DEFAULT
Method Detail |
---|
public OperationDescription[] getOperationForJavaMethod(java.lang.String javaMethodName)
getOperationForJavaMethod
in interface EndpointInterfaceDescription
javaMethodName
- String representing a Java Method Name
public OperationDescription getOperation(java.lang.String operationName)
getOperation
in interface EndpointInterfaceDescription
operationName
-
public OperationDescription[] getOperations()
getOperations
in interface EndpointInterfaceDescription
public EndpointDescriptionImpl getEndpointDescriptionImpl()
public EndpointDescription getEndpointDescription()
getEndpointDescription
in interface EndpointInterfaceDescription
public OperationDescription[] getOperation(javax.xml.namespace.QName operationQName)
getOperation
in interface EndpointInterfaceDescription
operationQName
-
EndpointInterfaceDescription.getDispatchableOperation(QName operationQName)
public OperationDescription[] getDispatchableOperation(javax.xml.namespace.QName operationQName)
EndpointInterfaceDescription
getDispatchableOperation
in interface EndpointInterfaceDescription
EndpointInterfaceDescription.getOperation(QName operationQName)
public OperationDescription[] getDispatchableOperations()
getDispatchableOperations
in interface EndpointInterfaceDescription
public OperationDescription getOperation(java.lang.reflect.Method seiMethod)
getOperation
in interface EndpointInterfaceDescription
seiMethod
- The java.lang.Method from the SEI for which an OperationDescription is
wanted
public java.lang.Class getSEIClass()
getSEIClass
in interface EndpointInterfaceDescription
public SOAPBinding getAnnoSoapBinding()
getAnnoSoapBinding
in interface EndpointInterfaceDescriptionJava
public SOAPBinding.Style getSoapBindingStyle()
getSoapBindingStyle
in interface EndpointInterfaceDescription
public SOAPBinding.Style getAnnoSoapBindingStyle()
getAnnoSoapBindingStyle
in interface EndpointInterfaceDescriptionJava
public SOAPBinding.Use getSoapBindingUse()
getSoapBindingUse
in interface EndpointInterfaceDescription
public SOAPBinding.Use getAnnoSoapBindingUse()
getAnnoSoapBindingUse
in interface EndpointInterfaceDescriptionJava
public SOAPBinding.ParameterStyle getSoapBindingParameterStyle()
getSoapBindingParameterStyle
in interface EndpointInterfaceDescription
public SOAPBinding.ParameterStyle getAnnoSoapBindingParameterStyle()
getAnnoSoapBindingParameterStyle
in interface EndpointInterfaceDescriptionJava
public javax.wsdl.PortType getWSDLPortType()
getWSDLPortType
in interface EndpointInterfaceDescriptionWSDL
public java.lang.String getTargetNamespace()
getTargetNamespace
in interface EndpointInterfaceDescription
public WebService getAnnoWebService()
getAnnoWebService
in interface EndpointInterfaceDescriptionJava
public java.lang.String getAnnoWebServiceTargetNamespace()
getAnnoWebServiceTargetNamespace
in interface EndpointInterfaceDescriptionJava
public java.lang.String getAnnoWebServiceName()
public java.lang.String getName()
public javax.xml.namespace.QName getPortType()
getPortType
in interface EndpointInterfaceDescription
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |