|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceInfo | |
---|---|
org.codehaus.xfire.addressing | |
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding | |
org.codehaus.xfire.service.documentation | |
org.codehaus.xfire.wsdl11.parser |
Uses of ServiceInfo in org.codehaus.xfire.addressing |
---|
Methods in org.codehaus.xfire.addressing with parameters of type ServiceInfo | |
---|---|
static AddressingOperationInfo |
AddressingOperationInfo.getOperationByInAction(ServiceInfo service,
java.lang.String name)
|
static AddressingOperationInfo |
AddressingOperationInfo.getOperationByOutAction(ServiceInfo service,
java.lang.String name)
|
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 Service 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 void |
ObjectServiceFactory.createDocumentationProvider(ServiceInfo serviceInfo)
|
java.lang.String |
ServiceConfiguration.getOperationName(ServiceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
protected java.lang.String |
ObjectServiceFactory.getOperationName(ServiceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
java.lang.String |
DefaultServiceConfiguration.getOperationName(ServiceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name. |
Uses of ServiceInfo in org.codehaus.xfire.service.documentation |
---|
Methods in org.codehaus.xfire.service.documentation with parameters of type ServiceInfo | |
---|---|
DocumentationProvider |
XMLDocumentationBuilder.build(ServiceInfo service)
|
protected org.jdom.Document |
XMLDocumentationBuilder.loadDocument(ServiceInfo service)
|
Uses of ServiceInfo in org.codehaus.xfire.wsdl11.parser |
---|
Methods in org.codehaus.xfire.wsdl11.parser that return ServiceInfo | |
---|---|
protected ServiceInfo |
WSDLServiceBuilder.getServiceInfo(javax.wsdl.PortType portType)
|
Constructors in org.codehaus.xfire.wsdl11.parser with parameters of type ServiceInfo | |
---|---|
WSDLServiceConfigurator(ServiceInfo serviceInfo,
javax.wsdl.Definition definition,
javax.wsdl.Service wservice,
javax.wsdl.PortType portType,
java.util.Collection ports,
BindingProvider bindingProvider,
TransportManager transportManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |