public class LocalVisitorState<T> extends Object implements VisitorState<T>
Constructor and Description |
---|
LocalVisitorState() |
public T get()
get
in interface VisitorState<T>
public T remove()
remove
in interface VisitorState<T>
public void set(T v)
set
in interface VisitorState<T>
Apache CXF