Class JAXBDispatch<T>

    • Constructor Detail

      • JAXBDispatch

        public JAXBDispatch​(ServiceDelegate svcDelegate,
                            org.apache.axis2.jaxws.description.EndpointDescription epDesc,
                            WebServiceFeature... features)
      • JAXBDispatch

        public JAXBDispatch​(ServiceDelegate svcDelegate,
                            org.apache.axis2.jaxws.description.EndpointDescription epDesc,
                            org.apache.axis2.addressing.EndpointReference epr,
                            String addressingNamespace,
                            WebServiceFeature... features)
    • Method Detail

      • setJAXBContext

        public void setJAXBContext​(JAXBContext jbc)
      • createAsyncResponseListener

        public AsyncResponse createAsyncResponseListener()
        Description copied from class: BaseDispatch
        Creates an instance of the AsyncListener that is to be used for waiting for async responses.
        Specified by:
        createAsyncResponseListener in class BaseDispatch<T>
        Returns:
        a configured AsyncListener instance
      • getValueFromMessage

        public Object getValueFromMessage​(Message message)
        Description copied from class: BaseDispatch
        Given a message, return the business object based on the requestor's required format (PAYLOAD vs. MESSAGE) and datatype.
        Specified by:
        getValueFromMessage in class BaseDispatch<T>
        Returns: