Uses of Enum
org.apache.axis2.jaxws.message.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler with parameters of type ProtocolModifier and TypeMethodDescriptionstatic voidHandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx, Exception e, Protocol protocol) static voidHandlerChainProcessor.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 ProtocolModifierConstructorDescriptionHandlerChainProcessor(List<jakarta.xml.ws.handler.Handler> chain, Protocol proto) -
Uses of Protocol in org.apache.axis2.jaxws.marshaller
Methods in org.apache.axis2.jaxws.marshaller with parameters of type ProtocolModifier and TypeMethodDescriptionMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription opDesc, Protocol protocol) This method creates a Message from a Throwable input parameter.MethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.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 ProtocolModifier and TypeMethodDescriptionDocLitBareMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitBareMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) RPCLitMethodMarshaller.marshalFaultResponse(Throwable throwable, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitBareMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitBareMinimalMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedMinimalMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) DocLitWrappedPlusMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) RPCLitMethodMarshaller.marshalResponse(Object returnObject, Object[] signatureArgs, org.apache.axis2.jaxws.description.OperationDescription operationDesc, Protocol protocol) -
Uses of Protocol in org.apache.axis2.jaxws.message
Methods in org.apache.axis2.jaxws.message that return ProtocolModifier and TypeMethodDescriptionMessage.getProtocol()Get the protocol for this Message (soap11, soap12, etc.)XMLPart.getProtocol()Get the protocol for this Message (soap11, soap12, etc.)static ProtocolProtocol.getProtocolForBinding(String url) Return the right value for the Protocol based on the binding URL that was passed in.static ProtocolReturns 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 ProtocolModifier and TypeMethodDescriptioncreate empty Message of the specified protocolcreate empty XMLPart of the specified protocolMessageFactory.createFrom(XMLStreamReader reader, Protocol protocol) create Message with the xml from the XMLStreamReaderMessageFactory.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) create Message with the xml from the OMElementMessageFactory.createFrom(Block other, Object context, Protocol protocol) create Message from a BlockXMLPartFactory.createFrom(XMLStreamReader reader, Protocol protocol) create XMLPart from XMLStreamReaderXMLPartFactory.createFrom(org.apache.axiom.om.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 ProtocolMethods in org.apache.axis2.jaxws.message.impl with parameters of type ProtocolModifier and TypeMethodDescriptionprotected static org.apache.axis2.jaxws.message.impl.XMLSpineXMLPartBase._createSpine(Protocol protocol, jakarta.jws.soap.SOAPBinding.Style style, int indirection, org.apache.axiom.om.OMElement payload) Create an empty, default spine for the specificed protocolMessageFactoryImpl.createFrom(XMLStreamReader reader, Protocol protocol) MessageFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) MessageFactoryImpl.createFrom(Block block, Object context, Protocol protocol) XMLPartFactoryImpl.createFrom(XMLStreamReader reader, Protocol protocol) XMLPartFactoryImpl.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol) Constructors in org.apache.axis2.jaxws.message.impl with parameters of type Protocol -
Uses of Protocol in org.apache.axis2.jaxws.message.util
Methods in org.apache.axis2.jaxws.message.util with parameters of type ProtocolModifier and TypeMethodDescriptionstatic XMLFaultXMLFaultUtils.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 ProtocolModifier and TypeMethodDescriptionJavaBeanDispatcher.createFaultResponse(MessageContext request, Protocol p, Throwable t) 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 ProtocolModifier and TypeMethodDescriptionstatic MessageContextUtils.createVersionMismatchMessage(MessageContext mc, Protocol protocol) Creates a fault message that reflects a version mismatch for the configured message protocol.