org.codehaus.xfire.spring.config
Class EndpointBean

java.lang.Object
  extended by org.codehaus.xfire.spring.config.EndpointBean

public class EndpointBean
extends Object


Constructor Summary
EndpointBean()
           
 
Method Summary
 QName getName()
           
 String getUrl()
           
 void setName(QName name)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointBean

public EndpointBean()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getName

public QName getName()

setName

public void setName(QName name)


Copyright © 2004-2013. All Rights Reserved.