| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public interface ServiceClient
This is an annotation that you can place on a stub that's used within a JWS. By placing this annotation, the container will perform dependency injection to the stub which allows you to use advanced features such as reliable messaging, conversational invoke and asynchronous invokes.
| Method Summary | |
|---|---|
|  String | endpointAddress()The endpoint address that this stub is supposed to be calling. | 
|  String | portName()The port name that this stub points to. | 
|  String | serviceName()The service name that this stub points to. | 
|  String | wsdlLocation()The wsdl location that this stub points to. | 
| Methods inherited from interface java.lang.annotation.Annotation | 
|---|
| annotationType, equals, hashCode, toString | 
| Method Detail | 
|---|
String serviceName()
String portName()
String wsdlLocation()
String endpointAddress()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||