| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Interceptor> |
InterceptorChain.getInterceptors() |
java.util.List<Interceptor> |
InterceptorProvider.getInterceptors(InterceptorProvider.Phase phase) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorChain.add(java.lang.Iterable<? extends Interceptor> i) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpDecoderInterceptor |
class |
HttpInOperationInterceptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SoapInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
MustUnderstandInterceptor |
class |
SoapActionInOperationInterceptor |
class |
SoapActionOutOperationInterceptor |
class |
SoapFaultInInterceptor |
class |
SoapFaultOutInterceptor |
class |
SoapInInterceptor |
class |
SoapOutInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInterceptor |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Interceptor> |
PhaseInterceptorChain.getInterceptors() |
java.util.List<Interceptor> |
AbstractInterceptorProvider.getInterceptors(InterceptorProvider.Phase phase) |
protected java.util.ListIterator<Interceptor> |
PhaseInterceptorChain.getState(Message message) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhaseInterceptorChain.add(Interceptor i) |
protected void |
PhaseInterceptorChain.insertInterceptor(Interceptor interc) |
| Modifier and Type | Method and Description |
|---|---|
void |
PhaseInterceptorChain.add(java.lang.Iterable<? extends Interceptor> newhandlers) |
protected void |
PhaseInterceptorChain.setState(Message message,
java.util.ListIterator<Interceptor> state) |
| Modifier and Type | Class and Description |
|---|---|
class |
JbiFaultOutInterceptor |
class |
JbiInInterceptor |
class |
JbiInWsdl1Interceptor |
class |
JbiInWsdl2Interceptor |
class |
JbiOutInterceptor |
class |
JbiOutWsdl1Interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentsInInterceptor |
class |
AttachmentsOutInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlOperationInInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
BodyOutInterceptor |
class |
DomInInterceptor |
class |
StaxInInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
class |
StaxOutInterceptor
Creates an XMLStreamReader from the InputStream on the Message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWsAddressingInterceptor |
class |
WsAddressingInDestinationInterceptor |
class |
WsAddressingInOperationInterceptor |
class |
WsAddressingOutInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
WsSecurityInInterceptor |
class |
WsSecurityOutInterceptor |
Copyright © 2005-2014 FuseSource. All Rights Reserved.