|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
org.codehaus.xfire | |
org.codehaus.xfire.service | |
org.codehaus.xfire.transport | |
org.codehaus.xfire.transport.http | |
org.codehaus.xfire.wsdl |
Uses of Service in org.codehaus.xfire |
---|
Methods in org.codehaus.xfire that return Service | |
---|---|
protected Service |
DefaultXFire.findService(java.lang.String serviceName)
|
Service |
MessageContext.getService()
The service being invoked. |
Methods in org.codehaus.xfire with parameters of type Service | |
---|---|
void |
MessageContext.setService(Service service)
|
Uses of Service in org.codehaus.xfire.service |
---|
Classes in org.codehaus.xfire.service that implement Service | |
---|---|
class |
SimpleService
A simple service implementation. |
Methods in org.codehaus.xfire.service that return Service | |
---|---|
Service |
ServiceRegistry.getService(java.lang.String serviceName)
|
Service |
DefaultServiceRegistry.getService(java.lang.String serviceName)
|
Methods in org.codehaus.xfire.service with parameters of type Service | |
---|---|
void |
ServiceRegistry.register(Service service)
|
void |
DefaultServiceRegistry.register(Service service)
|
Uses of Service in org.codehaus.xfire.transport |
---|
Methods in org.codehaus.xfire.transport with parameters of type Service | |
---|---|
javax.wsdl.Binding |
Transport.createBinding(javax.wsdl.PortType portType,
Service service)
|
javax.wsdl.BindingOperation |
Transport.createBindingOperation(javax.wsdl.PortType portType,
javax.wsdl.Operation wsdlOp,
Service service)
|
javax.wsdl.Port |
Transport.createPort(javax.wsdl.Binding transportBinding,
Service service)
|
Uses of Service in org.codehaus.xfire.transport.http |
---|
Methods in org.codehaus.xfire.transport.http with parameters of type Service | |
---|---|
javax.wsdl.Binding |
SoapHttpTransport.createBinding(javax.wsdl.PortType portType,
Service service)
|
javax.wsdl.BindingOperation |
SoapHttpTransport.createBindingOperation(javax.wsdl.PortType portType,
javax.wsdl.Operation wsdlOp,
Service service)
|
javax.wsdl.Port |
SoapHttpTransport.createPort(javax.wsdl.Binding transportBinding,
Service service)
|
protected javax.wsdl.extensions.soap.SOAPBinding |
SoapHttpTransport.createSoapBinding(Service service)
|
javax.wsdl.extensions.soap.SOAPBody |
SoapHttpTransport.createSoapBody(Service service)
|
Uses of Service in org.codehaus.xfire.wsdl |
---|
Methods in org.codehaus.xfire.wsdl that return Service | |
---|---|
Service |
AbstractWSDL.getService()
|
Methods in org.codehaus.xfire.wsdl with parameters of type Service | |
---|---|
WSDL |
WSDLBuilder.createWSDL(Service service)
|
void |
AbstractWSDL.setService(Service service)
|
Constructors in org.codehaus.xfire.wsdl with parameters of type Service | |
---|---|
AbstractWSDL(Service service)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |