JavaTM Platform
Standard Ed. 6

org.omg.IOP
인터페이스 CodecFactoryOperations

기존의 서브 인터페이스의 일람:
CodecFactory


public interface CodecFactoryOperations

Codec 는,CodecFactory 로부터 취득됩니다. CodecFactory 는,ORB.resolve_initial_references( "CodecFactory" ) 의 호출을 개입시켜 취득됩니다.


메소드의 개요
 Codec create_codec (Encoding  enc)
          지정된 인코딩의 Codec 를 작성합니다.
 

메소드의 상세

create_codec

Codec  create_codec(Encoding  enc)
                   throws UnknownEncoding 
지정된 인코딩의 Codec 를 작성합니다.

파라미터:
enc - Codec 의 작성의 대상이 되는 인코딩
반환값:
지정된 인코딩을 사용해 취득되는 Codec
예외:
UnknownEncoding - 이 팩토리가 지정된 인코딩의 Codec 를 작성할 수 없는 경우에 throw 된다

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 도 참조해 주세요.