com.sun.xml.ws.xmlfilter
Class FilteringInvocationProcessor
java.lang.Object
com.sun.xml.ws.xmlfilter.FilteringInvocationProcessor
- All Implemented Interfaces:
- InvocationProcessor
public final class FilteringInvocationProcessor
- extends Object
- implements InvocationProcessor
- Author:
- Marek Potociar (marek.potociar at sun.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteringInvocationProcessor
public FilteringInvocationProcessor(XMLStreamWriter writer,
FilteringStateMachine... stateMachines)
throws XMLStreamException
- Creates a new instance of FilteringInvocationProcessor
- Throws:
XMLStreamException
FilteringInvocationProcessor
public FilteringInvocationProcessor(XMLStreamWriter writer,
InvocationTransformer transformer,
FilteringStateMachine... stateMachines)
throws XMLStreamException
- Creates a new instance of FilteringInvocationProcessor
- Throws:
XMLStreamException
process
public Object process(Invocation invocation)
throws InvocationProcessingException
- Description copied from interface:
InvocationProcessor
- Processes the
XMLStreamWriter invocation.
- Specified by:
process in interface InvocationProcessor
- Parameters:
invocation - description of the XMLStreamWriter invocation to be processed
- Returns:
XMLStreamWriter invocation result.
- Throws:
InvocationProcessingException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.