JavaTM Platform
Standard Ed. 6

클래스
javax.xml.soap.AttachmentPart 의 사용

AttachmentPart 를 사용하고 있는 패키지
javax.xml.soap SOAP 메세지의 작성과 구축을 실행하는 API 를 제공합니다.  
 

javax.xml.soap 에서의 AttachmentPart 의 사용
 

AttachmentPart 를 돌려주는 javax.xml.soap 의 메소드
abstract  AttachmentPart SOAPMessage. createAttachmentPart ()
          새로운 빈 상태(empty)의 AttachmentPart 객체를 작성합니다.
 AttachmentPart SOAPMessage. createAttachmentPart (DataHandler  dataHandler)
          AttachmentPart 객체를 작성해, 지정한 DataHandler 객체를 사용해 생성합니다.
 AttachmentPart SOAPMessage. createAttachmentPart (Object  content, String  contentType)
          AttachmentPart 객체를 작성해, 지정한 컨텐츠 타입의 지정한 데이터를 사용해 생성합니다.
abstract  AttachmentPart SOAPMessage. getAttachment (SOAPElement  element)
          이 SOAPElement 가 참조하는 첨부와 관련지을 수 있었던 AttachmentPart 객체, 또는 그러한 첨부가 존재하지 않는 경우는 null 를 돌려줍니다.
 

AttachmentPart 형의 파라미터를 가지는 javax.xml.soap 의 메소드
abstract  void SOAPMessage. addAttachmentPart (AttachmentPart  AttachmentPart)
          지정한 AttachmentPart 객체를 이 SOAPMessage 객체에 추가합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.