和别人做接口,对方说发过来的内容如下:
POST http://test.com/test HTTP/1.1
Content-Type:application/xml
content-Length:(...)<authorization-info>
  <user>[email protected]</user>
</authorization-info>我怎么从中得到user的内容呢?
谢谢。

解决方案 »

  1.   

    前边没有描述清楚
    我想知道的是如何从对方发过来的内容中得到那一段(三行)XML
    谢谢
      

  2.   

    任职要求:- Computer science/Engineering degree hold or comparable
    - Sound knowledge on OOP/OOD.
    - 2+ years Software development experience 
    - At least 2 years Java development experience, will be advantage with
    multithread, database access, and interface cross application experience
    - Other programming on C++, .Net will gain extra points
    - Knowledge of database, and networking
    - Experience in Semiconductor industry will be advantage Non-IT sill
    - Good at team work as well as analyze skill
    - Good at communication skill
    - Able to communicate in English
    - Self motivated
      

  3.   

    使用ServletRequest类的下列方法取到reader:
    public java.io.BufferedReader getReader() throws java.io.IOException下面就不用说了吧