abstract class MUTube extends AbstractFilterTubeImpl
Modifier and Type | Field and Description |
---|---|
protected SOAPBindingImpl |
binding |
protected static Logger |
logger |
protected SOAPVersion |
soapVersion |
next
Modifier | Constructor and Description |
---|---|
protected |
MUTube(MUTube that,
TubeCloner cloner) |
protected |
MUTube(WSBinding binding,
Tube next) |
Modifier and Type | Method and Description |
---|---|
(package private) SOAPFaultException |
createMUSOAPFaultException(Set<QName> notUnderstoodHeaders) |
(package private) Message |
createMUSOAPFaultMessage(Set<QName> notUnderstoodHeaders)
This should be used only in ServerMUPipe
|
Set<QName> |
getMisUnderstoodHeaders(MessageHeaders headers,
Set<String> roles,
Set<QName> handlerKnownHeaders) |
preDestroy, processException, processRequest, processResponse
copy, copy, doInvoke, doInvokeAndForget, doReturnWith, doSuspend, doSuspend, doSuspend, doSuspend, doThrow, process
protected static final Logger logger
protected final SOAPVersion soapVersion
protected SOAPBindingImpl binding
protected MUTube(MUTube that, TubeCloner cloner)
public final Set<QName> getMisUnderstoodHeaders(MessageHeaders headers, Set<String> roles, Set<QName> handlerKnownHeaders)
headers
- HeaderList that needs MU processingroles
- Roles configured on the Binding. Required Roles supposed to be assumbed a by a
SOAP Binding implementation are added.handlerKnownHeaders
- Set of headers that the handlerchain associated with the binding understandsfinal SOAPFaultException createMUSOAPFaultException(Set<QName> notUnderstoodHeaders)
notUnderstoodHeaders
- final Message createMUSOAPFaultMessage(Set<QName> notUnderstoodHeaders)
notUnderstoodHeaders
- Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.