|
||||||||||
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(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.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 | |
---|---|
java.lang.Object |
XFireProxyFactory.create(Service service,
java.lang.String url)
Creates a new proxy with the specified URL. |
java.lang.Object |
XFireProxyFactory.create(Service service,
Transport transport,
java.lang.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,
java.lang.String url,
java.lang.String endpointUri)
Create a Client on the specified Transport for a Service . |
|
Client(Transport transport,
Service service,
java.lang.String url)
Create a Client on the specified Transport for a Service . |
|
Client(Transport transport,
Service service,
java.lang.String url,
java.lang.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(java.lang.Class clazz)
Create a service from the specified class. |
Service |
ServiceFactory.create(java.lang.Class clazz,
java.util.Map properties)
Create a service from the specified class. |
Service |
ServiceFactory.create(java.lang.Class clazz,
javax.xml.namespace.QName service,
javax.wsdl.Definition def,
java.util.Map properties)
Create a service from a WSDL file. |
Service |
ServiceFactory.create(java.lang.Class clazz,
javax.xml.namespace.QName service,
java.net.URL wsdlUrl,
java.util.Map properties)
Create a service from a WSDL file. |
Service |
ServiceFactory.create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
java.util.Map properties)
Create a service from the specified class. |
Service |
Binding.getService()
|
Service |
ServiceInfo.getService()
|
Service |
ServiceRegistry.getService(javax.xml.namespace.QName name)
Returns the ServiceEndpoint with the given name, if found. |
Service |
DefaultServiceRegistry.getService(javax.xml.namespace.QName name)
|
Service |
ServiceRegistry.getService(java.lang.String name)
Returns the ServiceEndpoint with the given name, if found. |
Service |
DefaultServiceRegistry.getService(java.lang.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(javax.xml.namespace.QName name,
java.lang.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(java.lang.Class clazz)
Creates a service from the specified class. |
Service |
ObjectServiceFactory.create(java.lang.Class clazz,
java.util.Map properties)
Creates a service from the specified class. |
Service |
ObjectServiceFactory.create(java.lang.Class clazz,
javax.xml.namespace.QName name,
javax.wsdl.Definition def,
java.util.Map properties)
|
Service |
ObjectServiceFactory.create(java.lang.Class clazz,
javax.xml.namespace.QName name,
javax.wsdl.Definition def,
java.util.Map properties,
WSDLWriter writer)
|
Service |
ObjectServiceFactory.create(java.lang.Class clazz,
javax.xml.namespace.QName name,
java.net.URL wsdlUrl,
java.util.Map properties)
Creates a service via create(Class) . |
Service |
ObjectServiceFactory.create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
java.util.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,
java.lang.Class exClass)
|
protected OperationInfo |
ObjectServiceFactory.addOperation(Service endpoint,
java.lang.reflect.Method method,
java.lang.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,
java.util.Collection s11,
java.util.Collection s12)
|
Endpoint |
ObjectServiceFactory.createEndpoint(Service service,
javax.xml.namespace.QName name,
java.lang.String url,
Binding binding)
Creates an endpoint for a service. |
Soap11Binding |
ObjectServiceFactory.createSoap11Binding(Service service,
javax.xml.namespace.QName bindingName,
java.lang.String bindingId)
Create a SOAP 1.1 binding for the specified binding id. |
Soap12Binding |
ObjectServiceFactory.createSoap12Binding(Service service,
javax.xml.namespace.QName bindingName,
java.lang.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(java.lang.Runnable runnable,
Service service,
OperationInfo operation)
Run the Runnable which executes our service. |
javax.xml.namespace.QName |
ServiceConfiguration.getFaultName(Service service,
OperationInfo o,
java.lang.Class exClass,
java.lang.Class beanClass)
|
protected javax.xml.namespace.QName |
ObjectServiceFactory.getFaultName(Service service,
OperationInfo o,
java.lang.Class exClass,
java.lang.Class beanClass)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getFaultName(Service service,
OperationInfo o,
java.lang.Class exClass,
java.lang.Class beanClass)
|
javax.xml.namespace.QName |
ServiceConfiguration.getInParameterName(Service service,
OperationInfo op,
java.lang.reflect.Method method,
int paramNumber,
boolean doc)
|
protected javax.xml.namespace.QName |
ObjectServiceFactory.getInParameterName(Service service,
OperationInfo op,
java.lang.reflect.Method method,
int paramNumber,
boolean doc)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getInParameterName(Service endpoint,
OperationInfo op,
java.lang.reflect.Method method,
int paramNumber,
boolean doc)
|
javax.xml.namespace.QName |
ServiceConfiguration.getOutParameterName(Service service,
OperationInfo op,
java.lang.reflect.Method method,
int paramNumber,
boolean doc)
|
protected javax.xml.namespace.QName |
ObjectServiceFactory.getOutParameterName(Service service,
OperationInfo op,
java.lang.reflect.Method method,
int paramNumber,
boolean doc)
|
javax.xml.namespace.QName |
DefaultServiceConfiguration.getOutParameterName(Service endpoint,
OperationInfo op,
java.lang.reflect.Method method,
int paramNumber,
boolean doc)
|
SchemaType |
BindingProvider.getSchemaType(javax.xml.namespace.QName name,
Service service)
|
SchemaType |
MessageBindingProvider.getSchemaType(javax.xml.namespace.QName name,
Service service)
|
SchemaType |
MessageBindingProvider.getSchemaType(Service service,
MessagePartInfo param)
|
javax.xml.namespace.QName |
BindingProvider.getSuggestedName(Service service,
OperationInfo op,
int param)
Gives a binding the chance to suggest a name for a particular parameter. |
javax.xml.namespace.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 |
MessageBindingProvider.initializeMessage(Service service,
MessagePartContainer container,
int type)
|
protected void |
AbstractBindingProvider.initializeMessage(Service service,
MessagePartContainer container,
int type)
|
protected void |
ObjectServiceFactory.initializeOperations(Service endpoint,
java.lang.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 java.lang.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(java.lang.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(javax.xml.namespace.QName name,
java.lang.String bindingId,
Service serviceInfo)
|
|
Soap11Binding(javax.xml.namespace.QName name,
java.lang.String bindingId,
Service serviceInfo)
|
|
Soap12Binding(javax.xml.namespace.QName name,
java.lang.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(java.lang.String name)
|
Methods in org.codehaus.xfire.transport.http with parameters of type Service | |
---|---|
Binding |
SoapHttpTransport.findBinding(MessageContext context,
Service service)
|
java.lang.String |
HttpTransport.getServiceURL(Service service)
Get the URL for a particular service. |
java.lang.String |
HttpTransport.getTransportURI(Service service)
|
void |
HtmlServiceWriter.write(java.io.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,
java.lang.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 | |
---|---|
java.lang.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 |
WSDLServiceConfigurator.getService()
|
Service |
BindingAnnotator.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,
java.net.URL url,
TransportManager transportManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |