|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RemoteException | |
| soaprmi | |
| soaprmi.jndi | |
| soaprmi.registry | |
| soaprmi.server | |
| soaprmi.soaprpc | |
| Uses of RemoteException in soaprmi |
| Subclasses of RemoteException in soaprmi | |
class |
AccessException
|
class |
ConnectException
|
class |
ConnectIOException
|
class |
IncompatibleVersionException
Indicates that current version of XSOAP is incompatible with verion required by user. |
class |
MarshallException
|
class |
NoSuchObjectException
|
class |
ServerError
|
class |
ServerException
|
class |
StubNotFoundException
|
class |
UnknownException
|
class |
UnknownHostException
|
class |
UnmarshallException
|
| Methods in soaprmi that throw RemoteException | |
static Remote |
Naming.lookup(java.lang.String urlToLookup)
|
static void |
Naming.bind(java.lang.String urlToBindWith,
Remote remoteObject)
|
static void |
Naming.unbind(java.lang.String urlToUnbind)
|
static void |
Naming.rebind(java.lang.String urlToBindWith,
Remote remoteObject)
|
static java.lang.String[] |
Naming.list(java.lang.String url)
|
| Uses of RemoteException in soaprmi.jndi |
| Methods in soaprmi.jndi that throw RemoteException | |
static Remote |
Util.lookupRemote(java.lang.String loc,
Remote ref,
java.lang.String ctx,
java.lang.Class iface)
|
static void |
Util.rebindRemote(java.lang.String loc,
Remote ref,
java.lang.String ctx)
|
static void |
Util.rebindRemote(java.lang.String loc,
Remote ref,
java.lang.String ctx,
javax.naming.directory.Attributes attrs)
|
static void |
Util.unbindRemote(java.lang.String loc,
java.lang.String ctx)
|
| Uses of RemoteException in soaprmi.registry |
| Methods in soaprmi.registry that throw RemoteException | |
static Registry |
LocateRegistry.getRegistry()
|
static Registry |
LocateRegistry.getRegistry(int port)
|
static Registry |
LocateRegistry.getRegistry(java.lang.String host,
int port)
|
static Registry |
LocateRegistry.getSecureRegistry(java.lang.String host,
int port)
|
static Registry |
LocateRegistry.getRegistry(java.lang.String host,
int port,
boolean secure)
|
static Registry |
LocateRegistry.getRegistry(java.lang.String registryUrl,
Services services)
|
static Registry |
LocateRegistry.createRegistry(int port)
|
static Registry |
LocateRegistry.createSecureRegistry(int port)
|
static Registry |
LocateRegistry.createRegistry(int port,
Services services)
|
void |
PortRegistry.bind(java.lang.String portName,
Port port)
|
void |
PortRegistry.rebind(java.lang.String portName,
Port port)
|
Port |
PortRegistry.lookup(java.lang.String portName)
|
void |
PortRegistry.unbind(java.lang.String portName)
|
java.lang.String[] |
PortRegistry.list()
|
Port |
RegistryImpl.lookup(java.lang.String name)
|
void |
RegistryImpl.bind(java.lang.String name,
Port port)
|
void |
RegistryImpl.unbind(java.lang.String name)
|
void |
RegistryImpl.rebind(java.lang.String name,
Port port)
|
java.lang.String[] |
RegistryImpl.list()
|
Remote |
Registry.lookup(java.lang.String name)
|
void |
Registry.bind(java.lang.String name,
Remote obj)
|
void |
Registry.unbind(java.lang.String name)
|
void |
Registry.rebind(java.lang.String name,
Remote obj)
|
java.lang.String[] |
Registry.list()
|
| Constructors in soaprmi.registry that throw RemoteException | |
RegistryImpl()
|
|
| Uses of RemoteException in soaprmi.server |
| Methods in soaprmi.server that throw RemoteException | |
RemoteRef |
Invoker.createStartpoint(Port port,
Endpoint epoint,
XmlJavaMapping defaultMapping)
|
void |
Services.addDefaultDispatcher()
this is a hook method used by susclasses to register default dsipatcher if class user did not set any dispatchers |
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)
|
java.lang.String |
Services.getStartpointLocation(Remote ref)
|
int |
Services.getStartpointLocationPort(Remote ref)
|
java.lang.String |
Services.getStartpointXml(Remote ref)
|
void |
Services.setStartpointLocation(Remote ref,
java.lang.String loc)
|
RemoteRef |
Services.loadStartpoint(java.lang.Class klass,
java.lang.String portLocation,
java.lang.Class[] interfaces)
|
void |
Services.saveStartpoint(Remote remote,
java.io.Writer writer)
|
java.net.Socket |
SoaprmiClientSocketFactory.connect(java.lang.String host,
int port)
Open socket to host:port that can be used ot transfer SOAP/HTTP request. |
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 Services |
UnicastRemoteObject.getDefaultServices()
|
static void |
UnicastRemoteObject.setDefaultServices(Services services)
|
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)
|
| Constructors in soaprmi.server that throw RemoteException | |
SecureUnicastRemoteObject()
|
|
SecureUnicastRemoteObject(int port)
|
|
UnicastRemoteObject()
|
|
UnicastRemoteObject(int port)
|
|
UnicastRemoteObject(java.lang.String portName)
|
|
UnicastRemoteObject(int port,
java.lang.String portName)
|
|
UnicastRemoteObject(int port,
java.lang.String portName,
java.lang.Class[] ifaces)
|
|
UnicastRemoteObject(java.lang.String portName,
java.lang.Class[] ifaces)
|
|
UnicastRemoteObject(java.lang.Class[] ifaces)
|
|
| Uses of RemoteException in soaprmi.soaprpc |
| Subclasses of RemoteException in soaprmi.soaprpc | |
class |
SoapClientFault
Base class for SOAP:Fault related exceptions. |
class |
SoapFault
Base class for SOAP:Fault related exceptions. |
class |
SoapMustUnderstandFault
Base class for SOAP:Fault related exceptions. |
class |
SoapServerFault
Base class for SOAP:Fault related exceptions. |
class |
SoapVersionMismatchFault
Base class for SOAP:Fault related exceptions. |
| Methods in soaprmi.soaprpc that throw RemoteException | |
void |
MethodDispatcher.receiveRequest(DeserializeContext dctx,
org.gjt.xpp.XmlStartTag stag)
|
SoapInvocationHandler |
SoapInvoker.createSoapDynamicStub(Port port,
Endpoint epoint,
XmlJavaMapping mapping,
java.lang.Class[] interfaces)
|
RemoteRef |
SoapServices.createStartpoint(Port port)
|
static HttpUtils.HttpResult |
HttpUtils.post(SoaprmiClientSocketFactory socketFactory,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String requestContent,
java.util.Map requestHeaders,
java.lang.String requestContentType,
int timeout,
java.lang.String httpProxyHost,
int httpProxyPort,
java.lang.String location)
POST something to the given URL. |
static void |
SecureSoapServices.setDefault(java.lang.String securityProviders)
Set default secure soap services to use. |
static SecureSoapServices |
SecureSoapServices.getDefault()
|
static SecureSoapServices |
SecureSoapServices.newInstance(int port)
|
static SecureSoapServices |
SecureSoapServices.getDefault(java.lang.String securityServicesName)
|
static SecureSoapServices |
SecureSoapServices.newInstance(java.lang.String securityServicesName,
int port)
|
static SecureSoapServices |
SecureSoapServices.newInstance(java.lang.String securityServicesName)
|
RemoteRef |
SecureSoapServices.createStartpoint(Port port)
|
abstract void |
SecureSoapServices.setDelegation(boolean delegationEnabled,
boolean doDelegation,
boolean doLimitedDelegation)
|
static MethodInvoker |
MethodInvoker.makeMethodInvoker(Port port,
Endpoint epoint,
java.lang.reflect.Method m,
XmlJavaMapping mapping)
|
static MethodInvoker |
MethodInvoker.makeMethodInvoker(java.lang.String methodNs,
java.lang.Class returnType,
java.lang.String methodRequestName,
java.lang.Class[] parameterTypes,
java.lang.String[] parameterNames,
java.lang.String soapAction,
XmlJavaMapping mapping)
|
void |
MethodInvoker.sendRequest(java.lang.Object[] params,
java.io.Writer writer_)
|
java.lang.Object |
MethodInvoker.receiveResponse(java.io.Reader reader_)
|
RemoteRef |
SoapInvokerImpl.createStartpoint(Port port,
Endpoint epoint,
XmlJavaMapping defaultMapping)
Return created startpoint to SOAP web service |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||