|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
---|---|
org.codehaus.xfire | |
org.codehaus.xfire.addressing | |
org.codehaus.xfire.client | |
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding | |
org.codehaus.xfire.service.event | |
org.codehaus.xfire.service.invoker | |
org.codehaus.xfire.soap | SOAP protocol specific contants |
org.codehaus.xfire.test | |
org.codehaus.xfire.transport | |
org.codehaus.xfire.transport.http | |
org.codehaus.xfire.transport.local | |
org.codehaus.xfire.wsdl | |
org.codehaus.xfire.wsdl11 | |
org.codehaus.xfire.wsdl11.builder | |
org.codehaus.xfire.wsdl11.parser |
Uses of Service in org.codehaus.xfire |
---|
Methods in org.codehaus.xfire that return Service | |
---|---|
protected Service |
DefaultXFire.findService(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.addressing |
---|
Methods in org.codehaus.xfire.addressing that return Service | |
---|---|
protected Service |
AddressingInHandler.getService(AddressingHeaders headers,
MessageContext context)
|
Uses of Service in org.codehaus.xfire.client |
---|
Methods in org.codehaus.xfire.client that return Service | |
---|---|
Service |
Client.getService()
|
Methods in org.codehaus.xfire.client with parameters of type Service | |
---|---|
Object |
XFireProxyFactory.create(Service service,
String url)
Creates a new proxy with the specified URL. |
Object |
XFireProxyFactory.create(Service service,
Transport transport,
String url)
Creates a new proxy with the specified URL. |
Constructors in org.codehaus.xfire.client with parameters of type Service | |
---|---|
Client(Binding binding,
Transport transport,
Service service,
String url,
String endpointUri)
Create a Client on the specified Transport for a Service . |
|
Client(Transport transport,
Service service,
String url)
Create a Client on the specified Transport for a Service . |
|
Client(Transport transport,
Service service,
String url,
String endpointUri)
Create a Client on the specified Transport for a Service . |
Uses of Service in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service that return Service | |
---|---|
Service |
ServiceFactory.create(Class clazz)
Create a service from the specified class. |
Service |
ServiceFactory.create(Class clazz,
Map properties)
Create a service from the specified class. |
Service |
ServiceFactory.create(Class clazz,
QName service,
javax.wsdl.Definition def,
Map properties)
Create a service from a WSDL file. |
Service |
ServiceFactory.create(Class clazz,
QName service,
URL wsdlUrl,
Map properties)
Create a service from a WSDL file. |
Service |
ServiceFactory.create(Class clazz,
String name,
String namespace,
Map properties)
Create a service from the specified class. |
Service |
Binding.getService()
|
Service |
ServiceInfo.getService()
|
Service |
ServiceRegistry.getService(QName name)
Returns the ServiceEndpoint with the given name, if found. |
Service |
DefaultServiceRegistry.getService(QName name)
|
Service |
ServiceRegistry.getService(String name)
Returns the ServiceEndpoint with the given name, if found. |
Service |
DefaultServiceRegistry.getService(String name)
Returns the ServiceEndpoint with the given qualified name, if found. |
Methods in org.codehaus.xfire.service with parameters of type Service | |
---|---|
void |
Visitor.endEndpoint(Service endpoint)
Receive notatification of the end of a endpoint visit. |
void |
ServiceRegistry.register(Service endpoint)
Registers a given ServiceEndpoint with this registry. |
void |
DefaultServiceRegistry.register(Service endpoint)
Registers a given ServiceEndpoint with this registry. |
void |
ServiceInfo.setService(Service service)
|
void |
Visitor.startEndpoint(Service endpoint)
Receive notification at the beginning of a endpoint visit. |
void |
ServiceRegistry.unregister(Service service)
Unregisters the service endpoint with the given name, if found. |
void |
DefaultServiceRegistry.unregister(Service endpoint)
Unregisters the service with the given qualified name, if found. |
Constructors in org.codehaus.xfire.service with parameters of type Service | |
---|---|
Binding(QName name,
String bindingId,
Service service)
|
Uses of Service in org.codehaus.xfire.service.binding |
---|
Methods in org.codehaus.xfire.service.binding that return Service | |
---|---|
Service |
ObjectServiceFactory.create(Class clazz)
Creates a service from the specified class. |
Service |
ObjectServiceFactory.create(Class clazz,
Map properties)
Creates a service from the specified class. |
Service |
ObjectServiceFactory.create(Class clazz,
QName name,
javax.wsdl.Definition def,
Map properties)
|
Service |
ObjectServiceFactory.create(Class clazz,
QName name,
javax.wsdl.Definition def,
Map properties,
WSDLWriter writer)
|
Service |
ObjectServiceFactory.create(Class clazz,
QName name,
URL wsdlUrl,
Map properties)
Creates a service via create(Class) . |
Service |
ObjectServiceFactory.create(Class clazz,
String name,
String namespace,
Map properties)
Creates a service from the specified class, soap version, style and use. |
Methods in org.codehaus.xfire.service.binding with parameters of type Service | |
---|---|
protected FaultInfo |
ObjectServiceFactory.addFault(Service service,
OperationInfo op,
Class exClass)
|
protected OperationInfo |
ObjectServiceFactory.addOperation(Service endpoint,
Method method,
String style)
|
protected void |
ObjectServiceFactory.configureHeaders(Service service,
OperationInfo op,
Binding b)
|
protected void |
ObjectServiceFactory.createBindingOperation(Service service,
AbstractSoapBinding binding,
OperationInfo op)
|
protected void |
ObjectServiceFactory.createBindings(Service service,
Collection s11,
Collection s12)
|
Endpoint |
ObjectServiceFactory.createEndpoint(Service service,
QName name,
String url,
Binding binding)
Creates an endpoint for a service. |
Soap11Binding |
ObjectServiceFactory.createSoap11Binding(Service service,
QName bindingName,
String bindingId)
Create a SOAP 1.1 binding for the specified binding id. |
Soap12Binding |
ObjectServiceFactory.createSoap12Binding(Service service,
QName bindingName,
String bindingId)
Create a SOAP 1.2 binding for the specified binding id. |
protected void |
ObjectServiceFactory.createSoapBinding(Service service,
AbstractSoapBinding binding)
|
protected void |
ServiceInvocationHandler.execute(Runnable runnable,
Service service,
OperationInfo operation)
Run the Runnable which executes our service. |
QName |
ServiceConfiguration.getFaultName(Service service,
OperationInfo o,
Class exClass,
Class beanClass)
|
protected QName |
ObjectServiceFactory.getFaultName(Service service,
OperationInfo o,
Class exClass,
Class beanClass)
|
QName |
DefaultServiceConfiguration.getFaultName(Service service,
OperationInfo o,
Class exClass,
Class beanClass)
|
QName |
ServiceConfiguration.getInParameterName(Service service,
OperationInfo op,
Method method,
int paramNumber,
boolean doc)
|
protected QName |
ObjectServiceFactory.getInParameterName(Service service,
OperationInfo op,
Method method,
int paramNumber,
boolean doc)
|
QName |
DefaultServiceConfiguration.getInParameterName(Service endpoint,
OperationInfo op,
Method method,
int paramNumber,
boolean doc)
|
QName |
ServiceConfiguration.getOutParameterName(Service service,
OperationInfo op,
Method method,
int paramNumber,
boolean doc)
|
protected QName |
ObjectServiceFactory.getOutParameterName(Service service,
OperationInfo op,
Method method,
int paramNumber,
boolean doc)
|
QName |
DefaultServiceConfiguration.getOutParameterName(Service endpoint,
OperationInfo op,
Method method,
int paramNumber,
boolean doc)
|
SchemaType |
BindingProvider.getSchemaType(QName name,
Service service)
|
SchemaType |
MessageBindingProvider.getSchemaType(QName name,
Service service)
|
SchemaType |
MessageBindingProvider.getSchemaType(Service service,
MessagePartInfo param)
|
QName |
BindingProvider.getSuggestedName(Service service,
OperationInfo op,
int param)
Gives a binding the chance to suggest a name for a particular parameter. |
QName |
MessageBindingProvider.getSuggestedName(Service service,
OperationInfo op,
int param)
|
void |
BindingProvider.initialize(Service service)
|
void |
AbstractBindingProvider.initialize(Service endpoint)
Creates a type mapping for this class and registers it with the TypeMappingRegistry. |
void |
BindingProvider.initialize(Service service,
Binding binding)
|
void |
AbstractBindingProvider.initialize(Service endpoint,
Binding binding)
|
protected void |
ObjectServiceFactory.initializeFaults(Service service,
OperationInfo op)
|
protected void |
AbstractBindingProvider.initializeMessage(Service service,
MessagePartContainer container,
int type)
|
protected void |
MessageBindingProvider.initializeMessage(Service service,
MessagePartContainer container,
int type)
|
protected void |
ObjectServiceFactory.initializeOperations(Service endpoint,
String style)
|
protected void |
ObjectServiceFactory.registerHandlers(Service service)
|
Uses of Service in org.codehaus.xfire.service.event |
---|
Methods in org.codehaus.xfire.service.event that return Service | |
---|---|
Service |
RegistrationEvent.getEndpoint()
Returns the ServiceEndpoint for this RegistrationEvent . |
Constructors in org.codehaus.xfire.service.event with parameters of type Service | |
---|---|
RegistrationEvent(ServiceRegistry source,
Service endpoint)
Initializes a RegistrationEvent object initialized with the given
ServiceEndpointRegistry and ServiceEndpoint object. |
Uses of Service in org.codehaus.xfire.service.invoker |
---|
Methods in org.codehaus.xfire.service.invoker that return Service | |
---|---|
Service |
LocalFactory.getService()
|
Methods in org.codehaus.xfire.service.invoker with parameters of type Service | |
---|---|
protected Object |
SessionScopePolicy.getServiceKey(Service service)
Get the key for caching a service. |
void |
LocalFactory.setService(Service service)
|
Constructors in org.codehaus.xfire.service.invoker with parameters of type Service | |
---|---|
LocalFactory(String service_class_key,
Service service)
|
Uses of Service in org.codehaus.xfire.soap |
---|
Methods in org.codehaus.xfire.soap with parameters of type Service | |
---|---|
protected javax.wsdl.extensions.soap.SOAPBody |
Soap11Binding.createSoapBody(Service service)
|
protected javax.wsdl.extensions.soap.SOAPFault |
Soap11Binding.createSoapFault(Service endpoint)
|
protected javax.wsdl.extensions.soap.SOAPHeader |
Soap11Binding.createSoapHeader(Service endpoint)
|
Constructors in org.codehaus.xfire.soap with parameters of type Service | |
---|---|
AbstractSoapBinding(QName name,
String bindingId,
Service serviceInfo)
|
|
Soap11Binding(QName name,
String bindingId,
Service serviceInfo)
|
|
Soap12Binding(QName name,
String bindingId,
Service serviceInfo)
|
Uses of Service in org.codehaus.xfire.test |
---|
Methods in org.codehaus.xfire.test that return Service | |
---|---|
static Service |
ServiceEndpoints.getEchoFaultService()
Returns the endpoint for an echo service with faults. |
static Service |
ServiceEndpoints.getEchoService()
Returns the endpoint for an echo service. |
Uses of Service in org.codehaus.xfire.transport |
---|
Methods in org.codehaus.xfire.transport with parameters of type Service | |
---|---|
Binding |
Transport.findBinding(MessageContext context,
Service service)
|
Binding |
AbstractTransport.findBinding(MessageContext context,
Service service)
|
Binding |
DelegatedTransport.findBinding(MessageContext context,
Service service)
|
Uses of Service in org.codehaus.xfire.transport.http |
---|
Methods in org.codehaus.xfire.transport.http that return Service | |
---|---|
protected Service |
XFireServletController.getService(String name)
|
Methods in org.codehaus.xfire.transport.http with parameters of type Service | |
---|---|
Binding |
SoapHttpTransport.findBinding(MessageContext context,
Service service)
|
String |
HttpTransport.getServiceURL(Service service)
Get the URL for a particular service. |
String |
HttpTransport.getTransportURI(Service service)
|
void |
HtmlServiceWriter.write(OutputStream out,
Service service)
Writes a HTML description of a service to the given stream. |
Uses of Service in org.codehaus.xfire.transport.local |
---|
Methods in org.codehaus.xfire.transport.local that return Service | |
---|---|
protected Service |
LocalChannel.getService(XFire xfire,
String uri)
|
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 | |
---|---|
void |
AbstractWSDL.setService(Service service)
|
Constructors in org.codehaus.xfire.wsdl with parameters of type Service | |
---|---|
AbstractWSDL(Service service)
|
Uses of Service in org.codehaus.xfire.wsdl11 |
---|
Methods in org.codehaus.xfire.wsdl11 with parameters of type Service | |
---|---|
String |
WSDL11Transport.getServiceURL(Service service)
|
Uses of Service in org.codehaus.xfire.wsdl11.builder |
---|
Methods in org.codehaus.xfire.wsdl11.builder with parameters of type Service | |
---|---|
WSDLBuilder |
WSDLBuilderFactory.createWSDLBuilder(Service service,
TransportManager transportManager)
|
WSDLBuilder |
DefaultWSDLBuilderFactory.createWSDLBuilder(Service service,
TransportManager transportManager)
|
Constructors in org.codehaus.xfire.wsdl11.builder with parameters of type Service | |
---|---|
WSDLBuilder(Service service,
TransportManager transportManager)
|
|
WSDLBuilderAdapter(WSDLBuilderFactory wsdlBuilderFactory,
Service service,
TransportManager transportManager)
|
Uses of Service in org.codehaus.xfire.wsdl11.parser |
---|
Methods in org.codehaus.xfire.wsdl11.parser that return Service | |
---|---|
Service |
BindingAnnotator.getService()
|
Service |
WSDLServiceConfigurator.getService()
|
Methods in org.codehaus.xfire.wsdl11.parser with parameters of type Service | |
---|---|
protected void |
WSDLServiceBuilder.addService(Service s)
Adds a service to the map of services and also to the list of all services. |
void |
BindingAnnotator.setService(Service service)
|
Constructors in org.codehaus.xfire.wsdl11.parser with parameters of type Service | |
---|---|
WSDLServiceConfigurator(Service service,
javax.wsdl.Definition def,
TransportManager transportManager)
|
|
WSDLServiceConfigurator(Service service,
URL url,
TransportManager transportManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |