public interface EndpointInterfaceDescription
EndpointInterfaceDescription details CORRESPONDS TO: An SEI (on both Client and Server) AXIS2 DELEGATE: none CHILDREN: 1..n OperationDescription ANNOTATIONS: SOAPBinding [181] WSDL ELEMENTS: portType
Modifier and Type | Field and Description |
---|---|
static String |
JAXWS_NOWSDL_PROVIDER_OPERATION_NAME
The name of a special operation added to EndpointInterfaceDescriptions for provider
endpoints that do not specify WSDL, and therefore do not have specific WSDL operations
created.
|
Modifier and Type | Method and Description |
---|---|
OperationDescription[] |
getDispatchableOperation(QName operationQName)
Returns all the dispatchable operations matching the operation QName.
|
OperationDescription[] |
getDispatchableOperations() |
EndpointDescription |
getEndpointDescription() |
OperationDescription |
getOperation(Method seiMethod) |
OperationDescription[] |
getOperation(QName operationQName)
Returns all the operations matching the operation QName associated with this endpoint
description.
|
OperationDescription |
getOperation(String operationName) |
OperationDescription[] |
getOperationForJavaMethod(String javaMethodName) |
OperationDescription[] |
getOperations() |
QName |
getPortType() |
Class |
getSEIClass() |
SOAPBinding.ParameterStyle |
getSoapBindingParameterStyle() |
SOAPBinding.Style |
getSoapBindingStyle() |
SOAPBinding.Use |
getSoapBindingUse() |
String |
getTargetNamespace() |
static final String JAXWS_NOWSDL_PROVIDER_OPERATION_NAME
EndpointDescription getEndpointDescription()
String getTargetNamespace()
OperationDescription getOperation(Method seiMethod)
OperationDescription[] getOperation(QName operationQName)
operationQName
- getDispatchableOperation(QName operationQName)
OperationDescription[] getDispatchableOperation(QName operationQName)
operationQName
- getOperation(QName operationQName)
OperationDescription[] getDispatchableOperations()
OperationDescription getOperation(String operationName)
OperationDescription[] getOperations()
OperationDescription[] getOperationForJavaMethod(String javaMethodName)
Class getSEIClass()
QName getPortType()
SOAPBinding.ParameterStyle getSoapBindingParameterStyle()
SOAPBinding.Style getSoapBindingStyle()
SOAPBinding.Use getSoapBindingUse()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.