org.apache.naming
public class ServiceRef extends Reference
| Field Summary | |
|---|---|
| static String | DEFAULT_FACTORY
Default factory for this reference. |
| static String | JAXRPCMAPPING
Jaxrpcmapping address type. |
| static String | PORTCOMPONENTLINK
port-component-ref/port-component-link address type. |
| static String | SERVICEENDPOINTINTERFACE
port-component-ref/service-endpoint-interface address type. |
| static String | SERVICE_INTERFACE
Service Classname address type. |
| static String | SERVICE_LOCAL_PART |
| static String | SERVICE_NAMESPACE
ServiceQname address type. |
| static String | WSDL
Wsdl Location address type. |
| Constructor Summary | |
|---|---|
| ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping)
Service Reference.
| |
| ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping, String factory, String factoryLocation)
Service Reference.
| |
| Method Summary | |
|---|---|
| void | addHandler(HandlerRef handler) |
| String | getFactoryClassName()
Retrieves the class name of the factory of the object to which this
reference refers. |
| HandlerRef | getHandler()
Add and Get Handlers classes. |
| int | getHandlersSize() |
| String | toString()
Return a String rendering of this object. |
Parameters: serviceClass Service class
Parameters: serviceClass Service class