|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RemoteRef | |
| soaprmi.server | |
| soaprmi.soaprpc | |
| Uses of RemoteRef in soaprmi.server |
| Subinterfaces of RemoteRef in soaprmi.server | |
interface |
RemoteServer
Remote reference to SOAP service that is available locally as server. |
| Classes in soaprmi.server that implement RemoteRef | |
class |
RemoteObject
Remote reference to SOAP service that is available locally as server. |
class |
RemoteStub
Remote reference to SOAP service that is available locally as server. |
class |
SecureUnicastRemoteObject
Base class to create SOAP web services with RMI approach. |
class |
UnicastRemoteObject
Base class to create SOAP web services with RMI approach. |
| Methods in soaprmi.server that return RemoteRef | |
RemoteRef |
Invoker.createStartpoint(Port port,
Endpoint epoint,
XmlJavaMapping defaultMapping)
|
RemoteRef |
Services.createStartpoint(Port port)
|
RemoteRef |
Services.createStartpoint(java.lang.String serviceUrl,
java.lang.Class[] interfaces)
|
RemoteRef |
Services.createStartpoint(java.lang.String serviceUrl,
java.lang.Class[] interfaces,
java.lang.String endpointBindingName)
|
RemoteRef |
Services.createStartpoint(java.lang.String serviceUrl,
java.lang.Class[] interfaces,
java.lang.String endpointBindingName,
SoapStyle style,
java.lang.String soapAction)
|
RemoteRef |
Services.createStartpoint(Port port,
java.lang.Class[] interfaces)
|
RemoteRef |
Services.createStartpointFromXml(java.lang.String portXml)
|
RemoteRef |
Services.loadStartpoint(java.lang.Class klass,
java.lang.String portLocation,
java.lang.Class[] interfaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
Services services,
java.lang.String portName,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
int port,
java.lang.String portName,
java.lang.Class[] ifaces,
java.lang.String securityProviderName)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(java.lang.String securityProviderName,
Remote obj)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
int port,
java.lang.String portName,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
int port,
java.lang.String portName)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
int port)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(java.lang.String securityProvider,
Remote obj,
int port)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
java.lang.String portName,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
java.lang.String portName)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(java.lang.String securityProviderName,
Remote obj,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(java.lang.String securityProviderName,
int portNo,
Remote obj,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(int portNo,
Remote obj,
java.lang.Class[] ifaces)
|
static RemoteRef |
SecureUnicastRemoteObject.exportObject(Remote obj)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
Services services,
java.lang.String portName,
java.lang.Class[] ifaces)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
int port,
java.lang.String portName,
java.lang.Class[] ifaces)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
int port,
java.lang.String portName)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
int port)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
Services services)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
java.lang.String portName,
java.lang.Class[] ifaces)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
java.lang.String portName)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj,
java.lang.Class[] ifaces)
|
static RemoteRef |
UnicastRemoteObject.exportObject(Remote obj)
|
| Uses of RemoteRef in soaprmi.soaprpc |
| Methods in soaprmi.soaprpc that return RemoteRef | |
RemoteRef |
SoapServices.createStartpoint(Port port)
|
RemoteRef |
SecureSoapServices.createStartpoint(Port port)
|
RemoteRef |
SoapInvokerImpl.createStartpoint(Port port,
Endpoint epoint,
XmlJavaMapping defaultMapping)
Return created startpoint to SOAP web service |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||