|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectService
A service which can map to an underlying Methods and Classes. Although, it doesn't necessarily need to map to one single object.
Field Summary | |
---|---|
static java.lang.String |
ALLOWED_METHODS
|
static int |
SCOPE_APPLICATION
|
static int |
SCOPE_REQUEST
|
static int |
SCOPE_SESSION
|
static java.lang.String |
SERVICE_IMPL_CLASS
|
Fields inherited from interface org.codehaus.xfire.service.Service |
---|
ROLE |
Method Summary | |
---|---|
Invoker |
getInvoker()
|
Operation |
getOperation(java.lang.String name)
Get an operation. |
java.util.Collection |
getOperations()
Get all the operations for this service. |
int |
getScope()
|
java.lang.Class |
getServiceClass()
The class which the operations map to. |
TypeMapping |
getTypeMapping()
The TypeMapping for this service. |
void |
setInvoker(Invoker invoker)
|
Methods inherited from interface org.codehaus.xfire.service.Service |
---|
getDefaultNamespace, getFaultHandler, getFaultPipeline, getName, getProperty, getRequestPipeline, getResponsePipeline, getServiceHandler, getSoapVersion, getStyle, getUse, getWSDLWriter, setProperty |
Field Detail |
---|
static final int SCOPE_APPLICATION
static final int SCOPE_SESSION
static final int SCOPE_REQUEST
static final java.lang.String ALLOWED_METHODS
static final java.lang.String SERVICE_IMPL_CLASS
Method Detail |
---|
TypeMapping getTypeMapping()
Operation getOperation(java.lang.String name)
name
- The name of the operation.
java.util.Collection getOperations()
java.lang.Class getServiceClass()
Invoker getInvoker()
void setInvoker(Invoker invoker)
int getScope()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |