org.codehaus.xfire.service
Class Endpoint

java.lang.Object
  extended by org.codehaus.xfire.AbstractContext
      extended by org.codehaus.xfire.service.Extensible
          extended by org.codehaus.xfire.service.Endpoint

public class Endpoint
extends Extensible


Constructor Summary
Endpoint(QName name, Binding binding)
           
Endpoint(QName name, Binding binding, String url)
           
 
Method Summary
 Binding getBinding()
           
 QName getName()
           
 String getUrl()
           
 
Methods inherited from class org.codehaus.xfire.service.Extensible
addExtension, getExtensions
 
Methods inherited from class org.codehaus.xfire.AbstractContext
getProperty, removeProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Endpoint

public Endpoint(QName name,
                Binding binding)

Endpoint

public Endpoint(QName name,
                Binding binding,
                String url)
Method Detail

getName

public QName getName()

getUrl

public String getUrl()

getBinding

public Binding getBinding()


Copyright © 2004-2013. All Rights Reserved.