A C D G I L O S W

A

afterPropertiesSet() - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Called automatically by Spring after all properties have been set, including servletContext.

C

com.sun.xml.ws.transport.http.servlet - package com.sun.xml.ws.transport.http.servlet
 
com.sun.xml.ws.transport.local - package com.sun.xml.ws.transport.local
 
create(ServletAdapterList) - Method in class com.sun.xml.ws.transport.http.servlet.SpringBinding
 

D

doDelete(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSSpringServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSSpringServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSSpringServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class com.sun.xml.ws.transport.http.servlet.WSSpringServlet
 

G

getBindings() - Method in class com.sun.xml.ws.transport.http.servlet.SpringBindingList
Deprecated.  
getEndpoints() - Method in class com.sun.xml.ws.transport.local.LocalBinding
 
getObject() - Method in class com.sun.xml.ws.transport.local.LocalBinding
Obtains the fully-configured InVmServer.
getObject() - Method in class org.jvnet.jax_ws_commons.spring.SpringAddressingFeature
 
getObject() - Method in class org.jvnet.jax_ws_commons.spring.SpringMTOMFeature
 
getObject() - Method in class org.jvnet.jax_ws_commons.spring.SpringService
 
getObjectType() - Method in class com.sun.xml.ws.transport.local.LocalBinding
 
getObjectType() - Method in class org.jvnet.jax_ws_commons.spring.SpringAddressingFeature
 
getObjectType() - Method in class org.jvnet.jax_ws_commons.spring.SpringMTOMFeature
 
getObjectType() - Method in class org.jvnet.jax_ws_commons.spring.SpringService
 

I

init(ServletConfig) - Method in class com.sun.xml.ws.transport.http.servlet.WSSpringServlet
 
isSingleton() - Method in class com.sun.xml.ws.transport.local.LocalBinding
 
isSingleton() - Method in class org.jvnet.jax_ws_commons.spring.SpringAddressingFeature
 
isSingleton() - Method in class org.jvnet.jax_ws_commons.spring.SpringMTOMFeature
 
isSingleton() - Method in class org.jvnet.jax_ws_commons.spring.SpringService
 

L

LocalBinding - Class in com.sun.xml.ws.transport.local
Set of SpringBinding.
LocalBinding() - Constructor for class com.sun.xml.ws.transport.local.LocalBinding
 

O

org.jvnet.jax_ws_commons.spring - package org.jvnet.jax_ws_commons.spring
 

S

setAssembler(Object) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the TubelineAssembler or TubelineAssemblerFactory instance.
setBean(Object) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the bean that implements the web service methods.
setBeanName(String) - Method in class com.sun.xml.ws.transport.http.servlet.SpringBinding
 
setBeanName(String) - Method in class com.sun.xml.ws.transport.local.LocalBinding
Bean name is used as the ID of the in-vm server, which becomes the URI to access this in-vm server endpoint (in-vm://ID/)
setBinding(WSBinding) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Accepts an externally configured WSBinding for advanced users.
setBindingID(String) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the binding ID, such as or .
setBindings(List<SpringBinding>) - Method in class com.sun.xml.ws.transport.http.servlet.SpringBindingList
Deprecated. Individual bindings.
setContainer(Container) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the custom Container.
setEnabled(boolean) - Method in class org.jvnet.jax_ws_commons.spring.SpringAddressingFeature
enabled="false" can be specified to override the Addressing annotation on the source code.
setEnabled(boolean) - Method in class org.jvnet.jax_ws_commons.spring.SpringMTOMFeature
enabled="false" can be specified to override the MTOM annotation on the source code.
setEndpoints(List<WSEndpoint>) - Method in class com.sun.xml.ws.transport.local.LocalBinding
Individual endpoints.
setFeatures(List<WebServiceFeature>) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
WebServiceFeatures that are activated in this endpoint.
setHandlers(List<Handler>) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Handlers for this endpoint.
setImpl(Class) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Fully qualified class name of the SEI class.
setInvoker(Invoker) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets Invoker for this endpoint.
setMetadata(Collection<Object>) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Optional metadata for this endpoint.
setPortName(QName) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the port name of this endpoint.
setPrimaryWsdl(Object) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Optional WSDL for this endpoint.
setRequired(boolean) - Method in class org.jvnet.jax_ws_commons.spring.SpringAddressingFeature
If true, the service will reject all requests that do not have addressing headers.
setResolver(EntityResolver) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the EntityResolver to be used for resolving schemas/WSDLs that are referenced.
setService(WSEndpoint<?>) - Method in class com.sun.xml.ws.transport.http.servlet.SpringBinding
The service to be bound to the specified URL.
setServiceName(QName) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Sets the service name of this endpoint.
setServletContext(ServletContext) - Method in class org.jvnet.jax_ws_commons.spring.SpringService
Set automatically by Spring if JAX-WS is used inside web container.
setThreshold(int) - Method in class org.jvnet.jax_ws_commons.spring.SpringMTOMFeature
The size in bytes that binary data SHOULD be before being sent as an attachment.
setUrl(String) - Method in class com.sun.xml.ws.transport.http.servlet.SpringBinding
URL pattern to which this service is bound.
SpringAddressingFeature - Class in org.jvnet.jax_ws_commons.spring
Configures WS-Addressing feature.
SpringAddressingFeature() - Constructor for class org.jvnet.jax_ws_commons.spring.SpringAddressingFeature
 
SpringBinding - Class in com.sun.xml.ws.transport.http.servlet
Represents the association between the service and URL.
SpringBinding() - Constructor for class com.sun.xml.ws.transport.http.servlet.SpringBinding
 
SpringBindingList - Class in com.sun.xml.ws.transport.http.servlet
Deprecated. Left only for compatibility.
SpringBindingList() - Constructor for class com.sun.xml.ws.transport.http.servlet.SpringBindingList
Deprecated.  
SpringMTOMFeature - Class in org.jvnet.jax_ws_commons.spring
Configures MTOM feature.
SpringMTOMFeature() - Constructor for class org.jvnet.jax_ws_commons.spring.SpringMTOMFeature
 
SpringService - Class in org.jvnet.jax_ws_commons.spring
Endpoint.
SpringService() - Constructor for class org.jvnet.jax_ws_commons.spring.SpringService
 

W

WSSpringServlet - Class in com.sun.xml.ws.transport.http.servlet
HttpServlet that uses Spring to obtain a configured server set up, then routes incoming requests to it.
WSSpringServlet() - Constructor for class com.sun.xml.ws.transport.http.servlet.WSSpringServlet
 

A C D G I L O S W

Copyright © 2008. All Rights Reserved.