24.3.4.2. @WSDLDocumentation 속성
속성 | 설명 |
---|---|
| (필수) 문서 텍스트를 포함하는 문자열입니다. |
| (선택 사항) WSDL 파일에서 이 문서가 표시되는 위치를 지정합니다. 가능한 배치 값 목록은 “WSDL 계약 포함” 에서 참조하십시오. |
|
(선택 사항) 배치가 |
24.3.4.2.1. @WSDLDocumentationCollection 주석
@WSDLDocumentationCollection
주석은 org.apache.cxf.annotations.WSDLDocumentationCollection 인터페이스에서 정의됩니다. SEI 또는 SEI 방법에 설치할 수 있습니다.
이 주석은 단일 배치 위치 또는 다양한 배치 위치에 여러 문서 요소를 삽입하는 데 사용됩니다.
24.3.4.2.2. WSDL 계약 포함
WSDL 계약에 문서가 표시될 위치를 지정하려면 WSDLDocumentation.Placement
유형의 placement
속성을 지정할 수 있습니다. 배치에는 다음 값 중 하나가 있을 수 있습니다.
-
WSDLDocumentation.Placement.BINDING
-
WSDLDocumentation.Placement.BINDING_OPERATION
-
WSDLDocumentation.Placement.BINDING_OPERATION_FAULT
-
WSDLDocumentation.Placement.BINDING_OPERATION_INPUT
-
WSDLDocumentation.Placement.BINDING_OPERATION_OUTPUT
-
WSDLDocumentation.Placement.DEFAULT
-
WSDLDocumentation.Placement.FAULT_MESSAGE
-
WSDLDocumentation.Placement.INPUT_MESSAGE
-
WSDLDocumentation.Placement.OUTPUT_MESSAGE
-
WSDLDocumentation.Placement.PORT_TYPE
-
WSDLDocumentation.Placement.PORT_TYPE_OPERATION
-
WSDLDocumentation.Placement.PORT_TYPE_OPERATION_FAULT
-
WSDLDocumentation.Placement.PORT_TYPE_OPERATION_INPUT
-
WSDLDocumentation.Placement.PORT_TYPE_OPERATION_OUTPUT
-
WSDLDocumentation.Placement.SERVICE
-
WSDLDocumentation.Placement.SERVICE_PORT
-
WSDLDocumentation.Placement.TOP
24.3.4.2.3. @WSDLDocumentation의 예
24.3.4.3절. “@WSDLDocumentation 사용” SEI 및 해당 방법 중 하나에 @WSDLDocumentation
주석을 추가하는 방법을 보여줍니다.