Uses of Class
com.sun.xml.ws.policy.jaxws.xmlstreamwriter.Invocation

Packages that use Invocation
com.sun.xml.ws.policy.jaxws.xmlstreamwriter   
com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter   
com.sun.xml.ws.transport.tcp.wsit   
 

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

Methods in com.sun.xml.ws.policy.jaxws.xmlstreamwriter that return Invocation
static Invocation Invocation.createInvocation(java.lang.reflect.Method method, java.lang.Object[] args)
          Factory method that creates Invocation instance according to input arguments
 

Methods in com.sun.xml.ws.policy.jaxws.xmlstreamwriter with parameters of type Invocation
 java.lang.Object InvocationProcessor.process(Invocation invocation)
          Processes the XMLStreamWriter invocation.
 

Method parameters in com.sun.xml.ws.policy.jaxws.xmlstreamwriter with type arguments of type Invocation
static void Invocation.executeBatch(javax.xml.stream.XMLStreamWriter target, java.util.Queue<Invocation> batch)
          Method executes queue of invocations.
 

Constructors in com.sun.xml.ws.policy.jaxws.xmlstreamwriter with parameters of type Invocation
InvocationProcessingException(Invocation invocation)
           
InvocationProcessingException(Invocation invocation, java.lang.Throwable cause)
           
 

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

Methods in com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter that return types with arguments of type Invocation
 java.util.Collection<Invocation> InvocationTransformer.transform(Invocation invocation)
          Before this invocation is processed by FilteringStateMachine instances the InvocationTransformer gets a chance to transform the invocation into series of several invocations.
 

Methods in com.sun.xml.ws.policy.jaxws.xmlstreamwriter.documentfilter with parameters of type Invocation
static XmlFilteringUtils.AttributeInfo XmlFilteringUtils.getAttributeNameToWrite(Invocation invocation, java.lang.String defaultNamespaceURI)
           
static javax.xml.namespace.QName XmlFilteringUtils.getElementNameToWrite(Invocation invocation, java.lang.String defaultNamespaceURI)
           
 ProcessingStateChange FilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
          Based on the current invocation decides whether a processing state change is required and returns the result of this decision.
 ProcessingStateChange MexImportFilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
           
 ProcessingStateChange PrivateAttributeFilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
           
 ProcessingStateChange PrivateElementFilteringStateMachine.getStateChange(Invocation invocation, javax.xml.stream.XMLStreamWriter writer)
           
 java.lang.Object FilteringInvocationProcessor.process(Invocation invocation)
           
 java.util.Collection<Invocation> InvocationTransformer.transform(Invocation invocation)
          Before this invocation is processed by FilteringStateMachine instances the InvocationTransformer gets a chance to transform the invocation into series of several invocations.
 

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 Invocation
 java.util.Collection<Invocation> PortAttributeInvocationTransformer.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 Invocation
 java.util.Collection<Invocation> PortAttributeInvocationTransformer.transform(Invocation invocation)
          Method transforms SOAP/TCP port attribute, otherwise returns the same invocation.