Interface IWebServiceProviderProcessingContext

All Superinterfaces:
IProcessingContext

@Scriptable public interface IWebServiceProviderProcessingContext extends IProcessingContext
  • Method Details

    • 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.