com.sun.xml.ws.transport.http.servlet
Class SpringBinding
java.lang.Object
com.sun.xml.ws.transport.http.servlet.SpringBinding
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanNameAware
public class SpringBinding
- extends java.lang.Object
- implements org.springframework.beans.factory.BeanNameAware
Represents the association between the service and URL.
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
void |
create(com.sun.xml.ws.transport.http.servlet.ServletAdapterList owner)
|
void |
setBeanName(java.lang.String name)
|
void |
setService(com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)
The service to be bound to the specified URL. |
void |
setUrl(java.lang.String urlPattern)
URL pattern to which this service is bound. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringBinding
public SpringBinding()
setBeanName
public void setBeanName(java.lang.String name)
- Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware
create
public void create(com.sun.xml.ws.transport.http.servlet.ServletAdapterList owner)
setUrl
public void setUrl(java.lang.String urlPattern)
- URL pattern to which this service is bound.
setService
public void setService(com.sun.xml.ws.api.server.WSEndpoint<?> endpoint)
- The service to be bound to the specified URL.
Copyright © 2008. All Rights Reserved.