|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object extended by org.alembik.soap.SOAPServiceLocator
public class SOAPServiceLocator
The locator, which yields a SOAP connector to the transcoding service.
| Field Summary | |
|---|---|
static java.lang.String |
NAMESPACE_URI_PARAM
The parameter, which defines the WSDL's main namespace URI (defaults to http://soap.alembik.org/). |
static java.lang.String |
WSDL_LOCATION_PARAM
The parameter, which specifies the URL of Alembik's WSDL file. |
| Constructor Summary | |
|---|---|
SOAPServiceLocator()
|
|
| Method Summary | |
|---|---|
TranscodingService |
getService(java.util.Properties config)
Returns a proxy object, which connects to Alembik SOAP service making use of WSDL file location passed as a configuration property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String WSDL_LOCATION_PARAM
public static final java.lang.String NAMESPACE_URI_PARAM
| Constructor Detail |
|---|
public SOAPServiceLocator()
| Method Detail |
|---|
public TranscodingService getService(java.util.Properties config) throws javax.naming.ServiceUnavailableException
getService in interface TranscodingServiceLocatorconfig - SOAP service properties
javax.naming.ServiceUnavailableException - if the service cannot be contactedWSDL_LOCATION_PARAM,
NAMESPACE_URI_PARAM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||