|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter.FilteringInvocationProcessor
public final class FilteringInvocationProcessor
Constructor Summary | |
---|---|
FilteringInvocationProcessor(javax.xml.stream.XMLStreamWriter writer,
FilteringStateMachine... stateMachines)
Creates a new instance of FilteringInvocationProcessor |
|
FilteringInvocationProcessor(javax.xml.stream.XMLStreamWriter writer,
InvocationTransformer transformer,
FilteringStateMachine... stateMachines)
Creates a new instance of FilteringInvocationProcessor |
Method Summary | |
---|---|
java.lang.Object |
process(Invocation invocation)
Processes the XMLStreamWriter invocation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilteringInvocationProcessor(javax.xml.stream.XMLStreamWriter writer, FilteringStateMachine... stateMachines) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
public FilteringInvocationProcessor(javax.xml.stream.XMLStreamWriter writer, InvocationTransformer transformer, FilteringStateMachine... stateMachines) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
Method Detail |
---|
public java.lang.Object process(Invocation invocation) throws InvocationProcessingException
InvocationProcessor
XMLStreamWriter
invocation.
process
in interface InvocationProcessor
invocation
- description of the XMLStreamWriter
invocation to be processed
XMLStreamWriter
invocation result.
InvocationProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |