Uses of Interface
com.sun.xml.ws.policy.jaxws.xmlstreamwriter.InvocationProcessor

Packages that use InvocationProcessor
com.sun.xml.ws.policy.jaxws.xmlstreamwriter   
com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter   
 

Uses of InvocationProcessor in com.sun.xml.ws.policy.jaxws.xmlstreamwriter
 

Methods in com.sun.xml.ws.policy.jaxws.xmlstreamwriter that return InvocationProcessor
 InvocationProcessor InvocationProcessorFactory.createInvocationProcessor(javax.xml.stream.XMLStreamWriter writer)
          Factory method creates InvocationProcessor instance that implements additional XMLStreamWriter feature or enhancement.
 

Uses of InvocationProcessor in com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter
 

Classes in com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter that implement InvocationProcessor
 class FilteringInvocationProcessor