org.apache.cxf.service.model
Class EndpointInfo
java.lang.Object
org.apache.cxf.service.model.AbstractPropertiesHolder
org.apache.cxf.service.model.AbstractDescriptionElement
org.apache.cxf.service.model.EndpointInfo
- All Implemented Interfaces:
- Extensible
public class EndpointInfo
- extends AbstractDescriptionElement
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointInfo
public EndpointInfo()
EndpointInfo
public EndpointInfo(ServiceInfo serv,
java.lang.String ns)
getTransportId
public java.lang.String getTransportId()
getInterface
public InterfaceInfo getInterface()
getService
public ServiceInfo getService()
getName
public javax.xml.namespace.QName getName()
setName
public void setName(javax.xml.namespace.QName n)
getBinding
public BindingInfo getBinding()
setBinding
public void setBinding(BindingInfo b)
getAddress
public java.lang.String getAddress()
setAddress
public void setAddress(java.lang.String a)
getTraversedExtensor
public <T> T getTraversedExtensor(T defaultValue,
java.lang.Class<T> type)
- Description copied from class:
AbstractPropertiesHolder
- Lookup a configuration value. This may be found in the properties holder supplied
(i.e. an EndpointInfo or ServiceInfo), or it may be a property on the Bus itself.
If no value is found, the defaultValue is returned.
- Overrides:
getTraversedExtensor
in class AbstractPropertiesHolder
- Parameters:
defaultValue
- the default valuetype
- the extensor type
- Returns:
- the configuration value or the default
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.