Uses of Class
org.apache.axis2.jaxws.message.Protocol

Packages that use Protocol
org.apache.axis2.jaxws.handler   
org.apache.axis2.jaxws.marshaller   
org.apache.axis2.jaxws.marshaller.impl.alt   
org.apache.axis2.jaxws.message   
org.apache.axis2.jaxws.message.factory   
org.apache.axis2.jaxws.message.impl   
org.apache.axis2.jaxws.server.dispatcher   
org.apache.axis2.jaxws.server.endpoint   
 

Uses of Protocol in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler with parameters of type Protocol
static void HandlerChainProcessor.convertToFaultMessage(MEPContext mepCtx, java.lang.Exception e, Protocol protocol)
           
 

Constructors in org.apache.axis2.jaxws.handler with parameters of type Protocol
HandlerChainProcessor(java.util.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
 Message MethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription opDesc, Protocol protocol)
          This method creates a Message from a Throwable input parameter.
 Message MethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.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
 Message DocLitBareMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedPlusMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message RPCLitMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMinimalMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitBareMethodMarshaller.marshalFaultResponse(java.lang.Throwable throwable, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitBareMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedPlusMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message RPCLitMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitWrappedMinimalMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.Object[] signatureArgs, OperationDescription operationDesc, Protocol protocol)
           
 Message DocLitBareMethodMarshaller.marshalResponse(java.lang.Object returnObject, java.lang.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
 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(java.lang.String url)
          Return the right value for the Protocol based on the binding URL that was passed in.
static Protocol Protocol.valueOf(java.lang.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're declared.
 

Uses of Protocol in org.apache.axis2.jaxws.message.factory
 

Methods in org.apache.axis2.jaxws.message.factory with parameters of type Protocol
 Message MessageFactory.create(Protocol protocol)
          create empty Message of the specified protocol
 XMLPart XMLPartFactory.create(Protocol protocol)
          create empty XMLPart of the specified protocol
 Message MessageFactory.createFrom(Block other, java.lang.Object context, Protocol protocol)
          create Message from a Block
 Message MessageFactory.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol)
          create Message with the xml from the OMElement
 XMLPart XMLPartFactory.createFrom(org.apache.axiom.om.OMElement omElement, Protocol protocol)
          create XMLPart from OMElement
 Message MessageFactory.createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol)
          create Message with the xml from the XMLStreamReader
 XMLPart XMLPartFactory.createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol)
          create XMLPart from XMLStreamReader
 

Uses of Protocol in org.apache.axis2.jaxws.message.impl
 

Methods in org.apache.axis2.jaxws.message.impl that return Protocol
 Protocol MessageImpl.getProtocol()
           
 Protocol XMLPartBase.getProtocol()
           
 

Methods in org.apache.axis2.jaxws.message.impl with parameters of type Protocol
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, java.lang.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(javax.xml.stream.XMLStreamReader reader, Protocol protocol)
           
 Message MessageFactoryImpl.createFrom(javax.xml.stream.XMLStreamReader reader, Protocol protocol)
           
 

Constructors in org.apache.axis2.jaxws.message.impl with parameters of type Protocol
XMLStreamReaderForXMLSpine(org.apache.axiom.om.OMElement root, Protocol protocol, java.util.List<Block> headerBlocks, java.util.List<Block> bodyBlocks, java.util.List<Block> detailBlocks, boolean consume)
           
 

Uses of Protocol in org.apache.axis2.jaxws.server.dispatcher
 

Methods in org.apache.axis2.jaxws.server.dispatcher with parameters of type Protocol
 MessageContext JavaBeanDispatcher.createFaultResponse(MessageContext request, Protocol p, java.lang.Throwable t)
           
 MessageContext JavaBeanDispatcher.createResponse(MessageContext request, Protocol p, java.lang.Object[] params, java.lang.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
static MessageContext Utils.createVersionMismatchMessage(MessageContext mc, Protocol protocol)
          Creates a fault message that reflects a version mismatch for the configured message protocol.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.