Uses of Interface
com.sun.xml.ws.xmlfilter.InvocationTransformer
-
Packages that use InvocationTransformer Package Description com.sun.xml.ws.transport.tcp.wsit com.sun.xml.ws.xmlfilter -
-
Uses of InvocationTransformer in com.sun.xml.ws.transport.tcp.wsit
Classes in com.sun.xml.ws.transport.tcp.wsit that implement InvocationTransformer Modifier and Type Class Description classPortAttributeInvocationTransformerSOAP/TCP invocation transformer, which is responsible to insert SOAP/TCP 'port' attribute in a published WSDL -
Uses of InvocationTransformer in com.sun.xml.ws.xmlfilter
Constructors in com.sun.xml.ws.xmlfilter with parameters of type InvocationTransformer Constructor Description FilteringInvocationProcessor(XMLStreamWriter writer, InvocationTransformer transformer, FilteringStateMachine... stateMachines)Creates a new instance of FilteringInvocationProcessor
-