|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.soap.server | |
oracle.soap.transport.http | |
oracle.soap.util.xml | |
org.apache.soap | |
org.apache.soap.rpc | |
org.apache.soap.util.net |
Uses of SOAPException in oracle.soap.server |
Methods in oracle.soap.server that throw SOAPException | |
Type | Name |
---|---|
boolean |
AutonomousProvider.isMine(java.lang.String serviceId)
Return an indication of whether this provider can handle the given service request. |
java.lang.String[] |
AutonomousProvider.list()
Return the list of all SOAP services that are available through this provider. |
abstract void |
Logger.init(java.util.Properties options,
ContainerContext context)
One-time initialization of the logger with its configuration parameters. |
void |
Handler.init(SOAPServerContext ssc)
One-time handler initialization. |
void |
Handler.destroy()
One-time handler cleanup. |
void |
Handler.invoke(int chainType,
RequestContext requestContext)
Invoke the requested handler as part of the specified chain type. |
void |
ServiceManager.init(java.util.Properties options,
ProviderManager providerManager,
javax.servlet.ServletContext context,
ConfigManager configManager)
Initialize the service manager. |
void |
ServiceManager.destroy()
Cleanup the service manager. |
ServiceDeploymentDescriptor |
ServiceManager.undeploy(java.lang.String serviceId)
Undeploy the given service, and return its descriptor. |
void |
ServiceManager.deploy(ServiceDeploymentDescriptor sd)
Deploy the given service. |
ServiceDeploymentDescriptor |
ServiceManager.query(java.lang.String serviceId)
Get the deployment descriptor for the given service. |
java.lang.String[] |
ServiceManager.list()
Get a list of service ids for all services that have been deployed, regardless of the provider. |
java.lang.String |
ServiceManager.version()
Returns the current soap version |
void |
ConfigManager.setOptions(java.util.Properties options)
Set configuration manager options specified in the SOAP server configuration. |
void |
ConfigManager.init()
Initialize the configuration manager. |
DeploymentDescriptor |
ConfigManager.undeploy(java.lang.String id)
Undeploy the entity identified by its ID and return its descriptor. |
void |
ConfigManager.deploy(DeploymentDescriptor dd)
Deploy the given entity. |
DeploymentDescriptor |
ConfigManager.query(java.lang.String id)
Get the deployment descriptor for the given ID. |
java.lang.String[] |
ConfigManager.list(int reservedEntries)
Get a list of ids for all entities that have been deployed. |
void |
Provider.init(ProviderDeploymentDescriptor pd,
SOAPServerContext ssc)
One-time provider instance initialization. |
void |
Provider.destroy()
One-time provider instance cleanup. |
void |
Provider.invoke(RequestContext requestContext)
Invoke the requested method in the specified service, where the SOAP request is completely described in the request context. |
void |
ProviderManager.init(java.util.Properties options,
javax.servlet.ServletContext context,
ConfigManager configManager)
Initialize the provider manager. |
void |
ProviderManager.destroy()
Cleanup the provider manager. |
ProviderDeploymentDescriptor |
ProviderManager.undeploy(java.lang.String providerId)
Undeploy the given provider, and return its descriptor. |
void |
ProviderManager.deploy(ProviderDeploymentDescriptor pd)
Deploy the given provider. |
ProviderDeploymentDescriptor |
ProviderManager.query(java.lang.String providerId)
Get the deployment descriptor for the given provider. |
java.lang.String[] |
ProviderManager.list()
Get a list of provider ids for all providers that have been deployed. |
Uses of SOAPException in oracle.soap.transport.http |
Methods in oracle.soap.transport.http that throw SOAPException | |
Type | Name |
---|---|
void |
OracleSOAPHTTPConnection.send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr,
SOAPContext ctx)
This method is used to request that an envelope be posted to the given URL. |
Uses of SOAPException in oracle.soap.util.xml |
Methods in oracle.soap.util.xml that throw SOAPException | |
Type | Name |
---|---|
static java.lang.String |
XmlUtils.extractServiceId(Envelope envelope)
Get the service id from the envelope. |
static java.lang.String |
XmlUtils.extractMethodName(Envelope envelope)
Get the method name from the envelope. |
static org.w3c.dom.Document |
XmlUtils.parseXml(java.lang.String filename)
Parse the given XML file and return the XML document. |
static org.w3c.dom.Document |
XmlUtils.parseXml(java.io.Reader reader)
Parse the given XML source and return the XML document. |
static org.w3c.dom.Document |
XmlUtils.parseXml(java.io.InputStream is)
Parse the contents of the XML InputStream and return the XML document. |
static org.w3c.dom.Document |
XmlUtils.createDocument()
Create a Document |
Uses of SOAPException in org.apache.soap |
Methods in org.apache.soap that throw SOAPException | |
Type | Name |
---|---|
static void |
Utils.checkMustUnderstands(Header header)
Check for mustUnderstand headers, and throw a mustUnderstand Fault if we find any. |
Constructors in org.apache.soap with parameters of type SOAPException | |
Type | Name |
---|---|
Fault(SOAPException _soapException)
|
Uses of SOAPException in org.apache.soap.rpc |
Methods in org.apache.soap.rpc that throw SOAPException | |
Type | Name |
---|---|
static java.lang.String |
Call.getEnvelopeString(org.apache.soap.transport.SOAPTransport st)
Check if response root part is text/xml and return it as a String. |
Response |
Call.invoke(java.net.URL url,
java.lang.String SOAPActionURI)
Invoke this call at the specified URL. |
Uses of SOAPException in org.apache.soap.util.net |
Methods in org.apache.soap.util.net that throw SOAPException | |
Type | Name |
---|---|
static org.apache.soap.transport.TransportMessage |
HTTPUtils.post(java.net.URL url,
org.apache.soap.transport.TransportMessage request,
int timeout,
java.lang.String httpProxyHost,
int httpProxyPort)
POST something to the given URL. |
static org.apache.soap.transport.TransportMessage |
HTTPUtils.post(java.net.URL url,
org.apache.soap.transport.TransportMessage request,
int timeout,
java.lang.String httpProxyHost,
int httpProxyPort,
int outputBufferSize)
POST something to the given URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |