Modifier and Type | Method and Description |
---|---|
static void |
HandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx,
Exception e,
Protocol protocol) |
static void |
HandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx,
Exception e,
Protocol protocol,
boolean checkMsg)
Converts the Exception into an XML Fault Message that is stored on the MEPContext.
|
Constructor and Description |
---|
HandlerChainProcessor(List<Handler> chain,
Protocol proto) |
Modifier and Type | Method and Description |
---|---|
Message |
MethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription opDesc,
Protocol protocol)
This method creates a Message from a Throwable input parameter.
|
Message |
MethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription opDesc,
Protocol protocol)
This method converts the SIGNATURE_ARGS and RETURN object into a Message.
|
Modifier and Type | Method and Description |
---|---|
Message |
RPCLitMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMethodMarshaller.marshalFaultResponse(Throwable throwable,
OperationDescription operationDesc,
Protocol protocol) |
Message |
RPCLitMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedPlusMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMinimalMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitWrappedMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMinimalMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Message |
DocLitBareMethodMarshaller.marshalResponse(Object returnObject,
Object[] signatureArgs,
OperationDescription operationDesc,
Protocol protocol) |
Modifier and Type | Method and Description |
---|---|
Protocol |
XMLPart.getProtocol()
Get the protocol for this Message (soap11, soap12, etc.)
|
Protocol |
Message.getProtocol()
Get the protocol for this Message (soap11, soap12, etc.)
|
static Protocol |
Protocol.getProtocolForBinding(String url)
Return the right value for the Protocol based on the binding URL that was passed in.
|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XMLPart |
XMLPartFactory.create(Protocol protocol)
create empty XMLPart of the specified protocol
|
Message |
MessageFactory.create(Protocol protocol)
create empty Message of the specified protocol
|
Message |
MessageFactory.createFrom(Block other,
Object context,
Protocol protocol)
create Message from a Block
|
XMLPart |
XMLPartFactory.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
create XMLPart from OMElement
|
Message |
MessageFactory.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol)
create Message with the xml from the OMElement
|
XMLPart |
XMLPartFactory.createFrom(XMLStreamReader reader,
Protocol protocol)
create XMLPart from XMLStreamReader
|
Message |
MessageFactory.createFrom(XMLStreamReader reader,
Protocol protocol)
create Message with the xml from the XMLStreamReader
|
Modifier and Type | Method and Description |
---|---|
Protocol |
XMLPartBase.getProtocol() |
Protocol |
MessageImpl.getProtocol() |
Modifier and Type | Method and Description |
---|---|
protected static org.apache.axis2.jaxws.message.impl.XMLSpine |
XMLPartBase._createSpine(Protocol protocol,
SOAPBinding.Style style,
int indirection,
org.apache.axiom.om.OMElement payload)
Create an empty, default spine for the specificed protocol
|
XMLPart |
XMLPartFactoryImpl.create(Protocol protocol) |
Message |
MessageFactoryImpl.create(Protocol protocol) |
Message |
MessageFactoryImpl.createFrom(Block block,
Object context,
Protocol protocol) |
XMLPart |
XMLPartFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol) |
Message |
MessageFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement,
Protocol protocol) |
XMLPart |
XMLPartFactoryImpl.createFrom(XMLStreamReader reader,
Protocol protocol) |
Message |
MessageFactoryImpl.createFrom(XMLStreamReader reader,
Protocol protocol) |
Constructor and Description |
---|
XMLStreamReaderForXMLSpine(org.apache.axiom.om.OMElement root,
Protocol protocol,
List<Block> headerBlocks,
List<Block> bodyBlocks,
List<Block> detailBlocks,
boolean consume) |
Modifier and Type | Method and Description |
---|---|
static XMLFault |
XMLFaultUtils.createXMLFault(Block b,
Protocol p) |
Modifier and Type | Method and Description |
---|---|
MessageContext |
JavaBeanDispatcher.createFaultResponse(MessageContext request,
Protocol p,
Throwable t) |
MessageContext |
JavaBeanDispatcher.createResponse(MessageContext request,
Protocol p,
Object[] params,
Object output) |
Modifier and Type | Method and Description |
---|---|
static MessageContext |
Utils.createVersionMismatchMessage(MessageContext mc,
Protocol protocol)
Creates a fault message that reflects a version mismatch for the configured message protocol.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.