|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointInterfaceDescription
An EndpointInterfaceDescription corresponds to a particular SEI-based Service Implementation. It can correspond to either either a client to that impl or the actual service impl.
The EndpointInterfaceDescription contains information that is relevant only to an SEI-based (aka Endpoint-based or Java-based) enpdoint; Provider-based endpoint, which are not operation based and do not have an associated SEI, will not have an an EndpointInterfaceDescription class and sub-hierachy.EndpointInterfaceDescription details CORRESPONDS TO: An SEI (on both Client and Server) AXIS2 DELEGATE: none CHILDREN: 1..n OperationDescription ANNOTATIONS: SOAPBinding [181] WSDL ELEMENTS: portType
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
OperationDescription[] |
getDispatchableOperation(QName operationQName)
Returns all the dispatchable operations matching the operation QName. |
OperationDescription[] |
getDispatchableOperations()
|
EndpointDescription |
getEndpointDescription()
|
OperationDescription |
getOperation(java.lang.reflect.Method seiMethod)
|
OperationDescription[] |
getOperation(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()
|
QName |
getPortType()
|
java.lang.Class |
getSEIClass()
|
SOAPBinding.ParameterStyle |
getSoapBindingParameterStyle()
|
SOAPBinding.Style |
getSoapBindingStyle()
|
SOAPBinding.Use |
getSoapBindingUse()
|
java.lang.String |
getTargetNamespace()
|
Field Detail |
---|
static final java.lang.String JAXWS_NOWSDL_PROVIDER_OPERATION_NAME
Method Detail |
---|
EndpointDescription getEndpointDescription()
java.lang.String getTargetNamespace()
OperationDescription getOperation(java.lang.reflect.Method seiMethod)
OperationDescription[] getOperation(QName operationQName)
operationQName
-
getDispatchableOperation(QName operationQName)
OperationDescription[] getDispatchableOperation(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()
QName getPortType()
SOAPBinding.ParameterStyle getSoapBindingParameterStyle()
SOAPBinding.Style getSoapBindingStyle()
SOAPBinding.Use getSoapBindingUse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |