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 java.lang.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(javax.xml.namespace.QName operationQName)
Returns all the dispatchable operations matching the operation QName.
|
OperationDescription[] |
getDispatchableOperations() |
EndpointDescription |
getEndpointDescription() |
OperationDescription |
getOperation(java.lang.reflect.Method seiMethod) |
OperationDescription[] |
getOperation(javax.xml.namespace.QName operationQName)
Returns all the operations matching the operation QName associated with this endpoint
description.
|
OperationDescription |
getOperation(java.lang.String operationName) |
OperationDescription[] |
getOperationForJavaMethod(java.lang.String javaMethodName) |
OperationDescription[] |
getOperations() |
javax.xml.namespace.QName |
getPortType() |
java.lang.Class |
getSEIClass() |
javax.jws.soap.SOAPBinding.ParameterStyle |
getSoapBindingParameterStyle() |
javax.jws.soap.SOAPBinding.Style |
getSoapBindingStyle() |
javax.jws.soap.SOAPBinding.Use |
getSoapBindingUse() |
java.lang.String |
getTargetNamespace() |
static final java.lang.String JAXWS_NOWSDL_PROVIDER_OPERATION_NAME
EndpointDescription getEndpointDescription()
java.lang.String getTargetNamespace()
OperationDescription getOperation(java.lang.reflect.Method seiMethod)
OperationDescription[] getOperation(javax.xml.namespace.QName operationQName)
operationQName - getDispatchableOperation(QName operationQName)OperationDescription[] getDispatchableOperation(javax.xml.namespace.QName operationQName)
operationQName - getOperation(QName operationQName)OperationDescription[] getDispatchableOperations()
OperationDescription getOperation(java.lang.String operationName)
OperationDescription[] getOperations()
OperationDescription[] getOperationForJavaMethod(java.lang.String javaMethodName)
java.lang.Class getSEIClass()
javax.xml.namespace.QName getPortType()
javax.jws.soap.SOAPBinding.ParameterStyle getSoapBindingParameterStyle()
javax.jws.soap.SOAPBinding.Style getSoapBindingStyle()
javax.jws.soap.SOAPBinding.Use getSoapBindingUse()
Copyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.