|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Endpoint | |
---|---|
org.codehaus.xfire.client | |
org.codehaus.xfire.service | Contains the classes and interfaces for the service model of XFire. |
org.codehaus.xfire.service.binding | |
org.codehaus.xfire.soap | SOAP protocol specific contants |
Uses of Endpoint in org.codehaus.xfire.client |
---|
Methods in org.codehaus.xfire.client that return Endpoint | |
---|---|
Endpoint |
Client.findEndpoint(String binding,
Collection services)
|
Methods in org.codehaus.xfire.client with parameters of type Endpoint | |
---|---|
Object |
XFireProxyFactory.create(Endpoint endpoint)
|
Constructors in org.codehaus.xfire.client with parameters of type Endpoint | |
---|---|
Client(Transport t,
Endpoint endpoint)
Creates a client for a particular Endpoint on a specified Transport . |
Uses of Endpoint in org.codehaus.xfire.service |
---|
Methods in org.codehaus.xfire.service that return Endpoint | |
---|---|
Endpoint |
Service.addEndpoint(QName name,
Binding binding,
String address)
|
Endpoint |
Service.addEndpoint(QName name,
QName bindingName,
String address)
|
Endpoint |
Service.getEndpoint(QName name)
|
Methods in org.codehaus.xfire.service with parameters of type Endpoint | |
---|---|
void |
Service.addEndpoint(Endpoint endpoint)
|
abstract javax.wsdl.Port |
Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
Uses of Endpoint in org.codehaus.xfire.service.binding |
---|
Methods in org.codehaus.xfire.service.binding that return Endpoint | |
---|---|
Endpoint |
ObjectServiceFactory.createEndpoint(Service service,
QName name,
String url,
Binding binding)
Creates an endpoint for a service. |
Uses of Endpoint in org.codehaus.xfire.soap |
---|
Methods in org.codehaus.xfire.soap with parameters of type Endpoint | |
---|---|
javax.wsdl.Port |
Soap11Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
javax.wsdl.Port |
Soap12Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |