Package org.apache.naming
Class ServiceRef
java.lang.Object
javax.naming.Reference
org.apache.naming.AbstractRef
org.apache.naming.ServiceRef
- All Implemented Interfaces:
- Serializable,- Cloneable
Represents a reference web service.
- Author:
- Fabien Carrion
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDefault factory for this reference.static final StringJaxrpcmapping address type.static final Stringport-component-ref/port-component-link address type.static final StringService Classname address type.static final Stringstatic final StringServiceQname address type.static final Stringport-component-ref/service-endpoint-interface address type.static final StringWsdl Location address type.Fields inherited from class javax.naming.Referenceaddrs, classFactory, classFactoryLocation, className
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddHandler(HandlerRef handler) protected StringAdd and Get Handlers classes.intMethods inherited from class org.apache.naming.AbstractRefgetFactoryClassName, toString
- 
Field Details- 
DEFAULT_FACTORYDefault factory for this reference.- See Also:
 
- 
SERVICE_INTERFACEService Classname address type.- See Also:
 
- 
SERVICE_NAMESPACEServiceQname address type.- See Also:
 
- 
SERVICE_LOCAL_PART- See Also:
 
- 
WSDLWsdl Location address type.- See Also:
 
- 
JAXRPCMAPPINGJaxrpcmapping address type.- See Also:
 
- 
PORTCOMPONENTLINKport-component-ref/port-component-link address type.- See Also:
 
- 
SERVICEENDPOINTINTERFACEport-component-ref/service-endpoint-interface address type.- See Also:
 
 
- 
- 
Constructor Details- 
ServiceRef
- 
ServiceRef
 
- 
- 
Method Details- 
getHandlerAdd and Get Handlers classes.- Returns:
- the handler
 
- 
getHandlersSizepublic int getHandlersSize()
- 
addHandler
- 
getDefaultFactoryClassName- Specified by:
- getDefaultFactoryClassNamein class- AbstractRef
 
 
-