Interface IWebServiceProviderProcessingContext
-
- All Superinterfaces:
IProcessingContext
@Scriptable public interface IWebServiceProviderProcessingContext extends IProcessingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOperationName()
Get the name of the current Web service operation.String
getTargetNamespace()
Get the target namespace of the current Web service operation.-
Methods inherited from interface de.uplanet.lucy.server.IProcessingContext
getApplicationContext, getContextValueProvider
-
-
-
-
Method Detail
-
getTargetNamespace
String getTargetNamespace()
Get the target namespace of the current Web service operation.- Returns:
- The target namespace of the current Web service operation.
-
getOperationName
String getOperationName()
Get the name of the current Web service operation.- Returns:
- The name of the current Web service operation.
-
-