org.springframework.security.oauth2.http.converter.jaxb
类 JaxbOAuth2ExceptionMessageConverter
java.lang.Object
org.springframework.http.converter.AbstractHttpMessageConverter<T>
org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter<E>
org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2ExceptionMessageConverter
- 所有已实现的接口:
- org.springframework.http.converter.HttpMessageConverter<OAuth2Exception>
public final class JaxbOAuth2ExceptionMessageConverter
- extends org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter<E>
| 从类 org.springframework.http.converter.AbstractHttpMessageConverter 继承的字段 |
logger |
| 从类 org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter 继承的方法 |
readInternal, transform, writeInternal |
| 从类 org.springframework.http.converter.AbstractHttpMessageConverter 继承的方法 |
canRead, canRead, canWrite, canWrite, getContentLength, getDefaultContentType, getSupportedMediaTypes, read, setSupportedMediaTypes, write |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbOAuth2ExceptionMessageConverter
public JaxbOAuth2ExceptionMessageConverter()
convertToInternal
protected org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2Exception convertToInternal(OAuth2Exception exception)
convertToExternal
protected OAuth2Exception convertToExternal(org.springframework.security.oauth2.http.converter.jaxb.JaxbOAuth2Exception jaxbOAuth2Exception)
readFromSource
protected final E readFromSource(Class<? extends E> clazz,
org.springframework.http.HttpHeaders headers,
Source source)
throws IOException
- 指定者:
- 类
org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter<E> 中的 readFromSource
- 抛出:
IOException
writeToResult
protected final void writeToResult(E accessToken,
org.springframework.http.HttpHeaders headers,
Result result)
throws IOException
- 指定者:
- 类
org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter<E> 中的 writeToResult
- 抛出:
IOException
supports
protected final boolean supports(Class<?> clazz)
- 指定者:
- 类
org.springframework.http.converter.AbstractHttpMessageConverter<E> 中的 supports
Copyright © 2013. All rights reserved.