이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.4. Implementing the Consumer's Business Logic
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Once you instantiate a service proxy for a remote endpoint, you can invoke its methods as if it were a local object. The calls block until the remote method completes.
Note
If a method is annotated with the
@OneWay annotation, the call returns immediately.
Example 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Example 2.7, “Consumer Implemented without a WSDL Contract” shows a consumer for the service defined in Example 1.7, “Fully Annotated SEI”.
Example 2.7. Consumer Implemented without a WSDL Contract
The code in Example 2.7, “Consumer Implemented without a WSDL Contract” does the following: