|
||||||||||
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(java.lang.String binding,
java.util.Collection services)
|
Methods in org.codehaus.xfire.client with parameters of type Endpoint | |
---|---|
java.lang.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(javax.xml.namespace.QName name,
Binding binding,
java.lang.String address)
|
Endpoint |
Service.addEndpoint(javax.xml.namespace.QName name,
javax.xml.namespace.QName bindingName,
java.lang.String address)
|
Endpoint |
Service.getEndpoint(javax.xml.namespace.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,
javax.xml.namespace.QName name,
java.lang.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 |
Soap12Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
javax.wsdl.Port |
Soap11Binding.createPort(Endpoint endpoint,
WSDLBuilder builder,
javax.wsdl.Binding wbinding)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |