|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceInfo | |
---|---|
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding |
Uses of ServiceInfo in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service that return ServiceInfo | |
---|---|
ServiceInfo |
OperationInfo.getService()
Returns the service descriptor of this operation. |
ServiceInfo |
Service.getServiceInfo()
Returns the service descriptor for this endpoint. |
Methods in org.codehaus.xfire.service with parameters of type ServiceInfo | |
---|---|
void |
Visitor.endService(ServiceInfo serviceInfo)
Receive notatification of the end of a service visit. |
void |
Visitor.startService(ServiceInfo serviceInfo)
Receive notification at the beginning of a service visit. |
Constructors in org.codehaus.xfire.service with parameters of type ServiceInfo | |
---|---|
Service(ServiceInfo service)
Initializes a new, default instance of the ServiceEndpoint for a specified
ServiceInfo . |
Uses of ServiceInfo in org.codehaus.xfire.service.binding |
---|
Methods in org.codehaus.xfire.service.binding with parameters of type ServiceInfo | |
---|---|
protected java.lang.String |
ObjectServiceFactory.getOperationName(ServiceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |