com.sun.xml.ws.transport.local
Class LocalBinding

java.lang.Object
  extended by com.sun.xml.ws.transport.local.LocalBinding
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean

public class LocalBinding
extends java.lang.Object
implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean

Set of SpringBinding.

Author:
Kohsuke Kawaguchi

Constructor Summary
LocalBinding()
           
 
Method Summary
 java.util.List<com.sun.xml.ws.api.server.WSEndpoint> getEndpoints()
           
 com.sun.xml.ws.transport.local.InVmServer getObject()
          Obtains the fully-configured InVmServer.
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 void setBeanName(java.lang.String name)
          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/)
 void setEndpoints(java.util.List<com.sun.xml.ws.api.server.WSEndpoint> endpoints)
          Individual endpoints.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalBinding

public LocalBinding()
Method Detail

getEndpoints

public java.util.List<com.sun.xml.ws.api.server.WSEndpoint> getEndpoints()

setEndpoints

public void setEndpoints(java.util.List<com.sun.xml.ws.api.server.WSEndpoint> endpoints)
Individual endpoints.


setBeanName

public void setBeanName(java.lang.String name)
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/)

Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware

getObject

public com.sun.xml.ws.transport.local.InVmServer getObject()
                                                    throws java.io.IOException
Obtains the fully-configured InVmServer.

Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
java.io.IOException

getObjectType

public java.lang.Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean


Copyright © 2008. All Rights Reserved.