Uses of Class
com.sun.xml.ws.xmlfilter.Invocation
Packages that use Invocation
-
Uses of Invocation in com.sun.xml.ws.transport.tcp.wsit
Methods in com.sun.xml.ws.transport.tcp.wsit that return types with arguments of type InvocationModifier and TypeMethodDescriptionPortAttributeInvocationTransformer.transform(Invocation invocation) Method transforms SOAP/TCP port attribute, otherwise returns the same invocation.Methods in com.sun.xml.ws.transport.tcp.wsit with parameters of type InvocationModifier and TypeMethodDescriptionPortAttributeInvocationTransformer.transform(Invocation invocation) Method transforms SOAP/TCP port attribute, otherwise returns the same invocation. -
Uses of Invocation in com.sun.xml.ws.xmlfilter
Methods in com.sun.xml.ws.xmlfilter that return InvocationModifier and TypeMethodDescriptionstatic InvocationInvocation.createInvocation(Method method, Object[] args) Factory method that createsInvocationinstance according to input argumentsMethods in com.sun.xml.ws.xmlfilter that return types with arguments of type InvocationModifier and TypeMethodDescriptionInvocationTransformer.transform(Invocation invocation) Before this invocation is processed byFilteringStateMachineinstances theInvocationTransformergets a chance to transform theinvocationinto series of several invocations.Methods in com.sun.xml.ws.xmlfilter with parameters of type InvocationModifier and TypeMethodDescriptionXmlFilteringUtils.getAttributeNameToWrite(Invocation invocation, String defaultNamespaceURI) static QNameXmlFilteringUtils.getElementNameToWrite(Invocation invocation, String defaultNamespaceURI) FilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) Based on the current invocation decides whether a processing state change is required and returns the result of this decision.MexImportFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) PrivateAttributeFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) PrivateElementFilteringStateMachine.getStateChange(Invocation invocation, XMLStreamWriter writer) FilteringInvocationProcessor.process(Invocation invocation) InvocationProcessor.process(Invocation invocation) Processes theXMLStreamWriterinvocation.InvocationTransformer.transform(Invocation invocation) Before this invocation is processed byFilteringStateMachineinstances theInvocationTransformergets a chance to transform theinvocationinto series of several invocations.Method parameters in com.sun.xml.ws.xmlfilter with type arguments of type InvocationModifier and TypeMethodDescriptionstatic voidInvocation.executeBatch(XMLStreamWriter target, Queue<Invocation> batch) Method executes queue of invocations.Constructors in com.sun.xml.ws.xmlfilter with parameters of type InvocationModifierConstructorDescriptionInvocationProcessingException(Invocation invocation) InvocationProcessingException(Invocation invocation, Throwable cause)