|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.naming.Reference org.apache.naming.ServiceRef
public class ServiceRef
Represents a reference web service.
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 |
SERVICE_INTERFACE
Service Classname address type. |
static String |
SERVICE_LOCAL_PART
|
static String |
SERVICE_NAMESPACE
ServiceQname address type. |
static String |
SERVICEENDPOINTINTERFACE
port-component-ref/service-endpoint-interface address type. |
static String |
WSDL
Wsdl Location address type. |
Fields inherited from class javax.naming.Reference |
---|
addrs, classFactory, classFactoryLocation, className |
Constructor Summary | |
---|---|
ServiceRef(String refname,
String serviceInterface,
String[] serviceQname,
String wsdl,
String jaxrpcmapping)
|
|
ServiceRef(String refname,
String serviceInterface,
String[] serviceQname,
String wsdl,
String jaxrpcmapping,
String factory,
String factoryLocation)
|
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. |
Methods inherited from class javax.naming.Reference |
---|
add, add, clear, clone, equals, get, get, getAll, getClassName, getFactoryClassLocation, hashCode, remove, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_FACTORY
public static final String SERVICE_INTERFACE
public static final String SERVICE_NAMESPACE
public static final String SERVICE_LOCAL_PART
public static final String WSDL
public static final String JAXRPCMAPPING
public static final String PORTCOMPONENTLINK
public static final String SERVICEENDPOINTINTERFACE
Constructor Detail |
---|
public ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping)
public ServiceRef(String refname, String serviceInterface, String[] serviceQname, String wsdl, String jaxrpcmapping, String factory, String factoryLocation)
Method Detail |
---|
public HandlerRef getHandler()
public int getHandlersSize()
public void addHandler(HandlerRef handler)
public String getFactoryClassName()
getFactoryClassName
in class Reference
public String toString()
toString
in class Reference
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |