Class JsonpInInterceptor

    • Constructor Detail

      • JsonpInInterceptor

        public JsonpInInterceptor()
      • JsonpInInterceptor

        public JsonpInInterceptor​(String phase)
    • Method Detail

      • handleMessage

        public void handleMessage​(Message message)
                           throws Fault
        Description copied from interface: Interceptor
        Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
        Throws:
        Fault
      • getCallbackValue

        protected String getCallbackValue​(Message message)
      • setCallbackParam

        public void setCallbackParam​(String callbackParam)
      • getCallbackParam

        public String getCallbackParam()
      • setAcceptType

        public void setAcceptType​(String acceptType)
      • getAcceptType

        public String getAcceptType()
      • setMediaType

        public void setMediaType​(String mediaType)
      • getMediaType

        public String getMediaType()
      • setDefaultCallback

        public void setDefaultCallback​(String defaultCallback)
      • getDefaultCallback

        public String getDefaultCallback()