|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Invocation | |
|---|---|
| com.sun.xml.ws.transport.tcp.wsit | |
| com.sun.xml.ws.xmlfilter | |
| 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 | |
|---|---|
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 | |
|---|---|
Collection<Invocation> |
PortAttributeInvocationTransformer.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 Invocation | |
|---|---|
static Invocation |
Invocation.createInvocation(Method method,
Object[] args)
Factory method that creates Invocation instance according to input
arguments |
| Methods in com.sun.xml.ws.xmlfilter that return types with arguments of type Invocation | |
|---|---|
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.xmlfilter with parameters of type Invocation | |
|---|---|
static XmlFilteringUtils.AttributeInfo |
XmlFilteringUtils.getAttributeNameToWrite(Invocation invocation,
String defaultNamespaceURI)
|
static QName |
XmlFilteringUtils.getElementNameToWrite(Invocation invocation,
String defaultNamespaceURI)
|
ProcessingStateChange |
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. |
ProcessingStateChange |
MexImportFilteringStateMachine.getStateChange(Invocation invocation,
XMLStreamWriter writer)
|
ProcessingStateChange |
PrivateAttributeFilteringStateMachine.getStateChange(Invocation invocation,
XMLStreamWriter writer)
|
ProcessingStateChange |
PrivateElementFilteringStateMachine.getStateChange(Invocation invocation,
XMLStreamWriter writer)
|
Object |
FilteringInvocationProcessor.process(Invocation invocation)
|
Object |
InvocationProcessor.process(Invocation invocation)
Processes the XMLStreamWriter invocation. |
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. |
| Method parameters in com.sun.xml.ws.xmlfilter with type arguments of type Invocation | |
|---|---|
static void |
Invocation.executeBatch(XMLStreamWriter target,
Queue<Invocation> batch)
Method executes queue of invocations. |
| Constructors in com.sun.xml.ws.xmlfilter with parameters of type Invocation | |
|---|---|
InvocationProcessingException(Invocation invocation)
|
|
InvocationProcessingException(Invocation invocation,
Throwable cause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||