Uses of Interface
uk.ac.ncl.cs.instantsoap.stringprocessor.StringProcessor

Packages that use StringProcessor
example   
uk.ac.ncl.cs.instantsoap.r   
uk.ac.ncl.cs.instantsoap.stringprocessor API for exposing simple String -> String transformations through InstantSOAP. 
uk.ac.ncl.cs.instantsoap.wsapi.impl Classes that provide the implementation glue to attach the web service API to a spring-managed web-service container. 
 

Uses of StringProcessor in example
 

Classes in example that implement StringProcessor
 class BobAppender
           
 class SimpleMath
           
 class StringAppender
           
 

Uses of StringProcessor in uk.ac.ncl.cs.instantsoap.r
 

Classes in uk.ac.ncl.cs.instantsoap.r that implement StringProcessor
 class RDataFrameProcessor
          Describe class RSimpleProcessor here.
 

Uses of StringProcessor in uk.ac.ncl.cs.instantsoap.stringprocessor
 

Methods in uk.ac.ncl.cs.instantsoap.stringprocessor that return StringProcessor
 StringProcessor Map2StringProcessor.getStringProcessor()
          Get the string processor that this delegates all calls on to.
 

Constructors in uk.ac.ncl.cs.instantsoap.stringprocessor with parameters of type StringProcessor
Map2StringProcessor(StringProcessor stringProcessor)
          Create a new map processor that wraps the provided string processor.
 

Uses of StringProcessor in uk.ac.ncl.cs.instantsoap.wsapi.impl
 

Classes in uk.ac.ncl.cs.instantsoap.wsapi.impl that implement StringProcessor
 class EchoingStringProcessor
          An implementation of StringProcessor that echoes the input string to the output.
 



Copyright © 2006-2008. All Rights Reserved.