Uses of Class
org.apache.axis2.jaxws.message.Protocol
-
-
Uses of Protocol in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler with parameters of type Protocol Modifier and Type Method 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.Constructors in org.apache.axis2.jaxws.handler with parameters of type Protocol Constructor Description HandlerChainProcessor(List<Handler> chain, Protocol proto)
-
Uses of Protocol in org.apache.axis2.jaxws.marshaller
Methods in org.apache.axis2.jaxws.marshaller with parameters of type Protocol Modifier and Type Method 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. -
Uses of Protocol in org.apache.axis2.jaxws.marshaller.impl.alt
Methods in org.apache.axis2.jaxws.marshaller.impl.alt with parameters of type Protocol Modifier and Type Method Description Message
DocLitBareMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMinimalMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedPlusMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
RPCLitMethodMarshaller. marshalFaultResponse(Throwable throwable, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitBareMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedMinimalMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
DocLitWrappedPlusMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
Message
RPCLitMethodMarshaller. marshalResponse(Object returnObject, Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
-
Uses of Protocol in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return Protocol Modifier and Type Method Description Protocol
Message. getProtocol()
Get the protocol for this Message (soap11, soap12, etc.)Protocol
XMLPart. 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. -
Uses of Protocol in org.apache.axis2.jaxws.message.factory
Methods in org.apache.axis2.jaxws.message.factory with parameters of type Protocol Modifier and Type Method Description Message
MessageFactory. create(Protocol protocol)
create empty Message of the specified protocolXMLPart
XMLPartFactory. create(Protocol protocol)
create empty XMLPart of the specified protocolMessage
MessageFactory. createFrom(XMLStreamReader reader, Protocol protocol)
create Message with the xml from the XMLStreamReaderMessage
MessageFactory. createFrom(OMElement omElement, Protocol protocol)
create Message with the xml from the OMElementMessage
MessageFactory. createFrom(Block other, Object context, Protocol protocol)
create Message from a BlockXMLPart
XMLPartFactory. createFrom(XMLStreamReader reader, Protocol protocol)
create XMLPart from XMLStreamReaderXMLPart
XMLPartFactory. createFrom(OMElement omElement, Protocol protocol)
create XMLPart from OMElement -
Uses of Protocol in org.apache.axis2.jaxws.message.impl
Methods in org.apache.axis2.jaxws.message.impl that return Protocol Modifier and Type Method Description Protocol
MessageImpl. getProtocol()
Protocol
XMLPartBase. getProtocol()
Methods in org.apache.axis2.jaxws.message.impl with parameters of type Protocol Modifier and Type Method Description protected static org.apache.axis2.jaxws.message.impl.XMLSpine
XMLPartBase. _createSpine(Protocol protocol, SOAPBinding.Style style, int indirection, OMElement payload)
Create an empty, default spine for the specificed protocolMessage
MessageFactoryImpl. create(Protocol protocol)
XMLPart
XMLPartFactoryImpl. create(Protocol protocol)
Message
MessageFactoryImpl. createFrom(XMLStreamReader reader, Protocol protocol)
Message
MessageFactoryImpl. createFrom(OMElement omElement, Protocol protocol)
Message
MessageFactoryImpl. createFrom(Block block, Object context, Protocol protocol)
XMLPart
XMLPartFactoryImpl. createFrom(XMLStreamReader reader, Protocol protocol)
XMLPart
XMLPartFactoryImpl. createFrom(OMElement omElement, Protocol protocol)
Constructors in org.apache.axis2.jaxws.message.impl with parameters of type Protocol Constructor Description XMLStreamReaderForXMLSpine(OMElement root, Protocol protocol, List<Block> headerBlocks, List<Block> bodyBlocks, List<Block> detailBlocks, boolean consume)
-
Uses of Protocol in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util with parameters of type Protocol Modifier and Type Method Description static XMLFault
XMLFaultUtils. createXMLFault(Block b, Protocol p)
-
Uses of Protocol in org.apache.axis2.jaxws.server.dispatcher
Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type Protocol Modifier and Type Method Description MessageContext
JavaBeanDispatcher. createFaultResponse(MessageContext request, Protocol p, Throwable t)
MessageContext
JavaBeanDispatcher. createResponse(MessageContext request, Protocol p, Object[] params, Object output)
-
Uses of Protocol in org.apache.axis2.jaxws.server.endpoint
Methods in org.apache.axis2.jaxws.server.endpoint with parameters of type Protocol Modifier and Type Method Description static MessageContext
Utils. createVersionMismatchMessage(MessageContext mc, Protocol protocol)
Creates a fault message that reflects a version mismatch for the configured message protocol.
-