|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.connector.Connector
com.ibm.di.connector.WSReceiverServerConnector.WSReceiverServerConnector
com.ibm.di.connector.AxisEasyWSServerConnector
public class AxisEasyWSServerConnector
The Axis Easy Web Service Server Connector is part of the IBM Tivoli Directory Integrator
Web Services suite. It is a simplified version of the Web Service Receiver Server
Connector in that it internally instantiates, configures and uses the
AxisSoapToJava and AxisJavaToSoap FCs. The Axis Easy Web
Service Server Connector operates in Server mode only.
| Field Summary | |
|---|---|
protected static java.lang.String |
PARAM_WSDL_FILE
Parameter name: wsdlFile |
| Fields inherited from class com.ibm.di.connector.WSReceiverServerConnector.WSReceiverServerConnector |
|---|
ATTR_HOST, ATTR_REQUESTED_RESOURCE, ATTR_RESPONSE_CONTENT_TYPE, ATTR_SOAP_ACTION, ATTR_SOAP_REQUEST, ATTR_SOAP_RESPONSE, ATTR_WSDL_REQUESTED, CHARSET, CONTENT_TYPE_HTML, CONTENT_TYPE_XML, FALSE, mInputXMLType, mNoNextEntry, mPort, mRequireClientAuth, mReturnXMLType, mSAXParserFactory, mServerConnector, mServerSocket, mSocket, mTagOpEntry, mUseSSL, PARAM_INPUT_TYPE, PARAM_REQUIRE_CLIENT_AUTH, PARAM_RETURN_XML_TYPE, PARAM_SYSTEM_TCP_BACKLOG, PARAM_TAG_OPENTRY, PARAM_TCP_BACKLOG, PARAM_TCP_PORT, PARAM_USE_SSL, TRUE, WSDL_ID, XML_DOM, XML_STRING |
| Fields inherited from class com.ibm.di.connector.Connector |
|---|
ALL_MODES, myLog, PROPERTY_MESSAGE, PROPERTY_READER, PROPERTY_WRITER |
| Constructor Summary | |
|---|---|
AxisEasyWSServerConnector()
Default constructor that sets the supported mode of this connector. |
|
| Method Summary | |
|---|---|
ConnectorInterface |
getNextClient()
Server mode - return a clone of self that handles the next client instance when running in server mode. |
Entry |
getNextEntry()
Uses the super class's getNextEntry() method and then manipulate the data in the returned by that method entry. |
java.lang.String |
getVersion()
Version information. |
void |
initialize(java.lang.Object obj)
Initialize the connector. |
void |
replyEntry(Entry conn)
Send a reply to the connector. |
| Methods inherited from class com.ibm.di.connector.WSReceiverServerConnector.WSReceiverServerConnector |
|---|
getAuthorization, getHeaders, getServerConnector, httpAuthenticationRequest, isAccepting, isTerminating, readFile, readLine, setServerConnector, terminate, terminateServer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ibm.di.connector.ConnectorInterface |
|---|
deleteEntry, findEntry, getConfiguration, getContext, getFindEntryCount, getFirstFindEntry, getMaxDuplicateEntries, getName, getNextFindEntry, getParam, getPushbackEntry, getRawConnectorConfiguration, isDeltaSupported, isExceptionFatal, isIOException, modEntry, modEntry, pushback, putEntry, queryOperations, queryReply, querySchema, reconnect, registerScriptBeans, selectEntries, setConfiguration, setContext, setCurrent, setLog, setMaxDuplicateEntries, setName, setParam, setRSInterface, terminate, terminateServer |
| Field Detail |
|---|
protected static final java.lang.String PARAM_WSDL_FILE
| Constructor Detail |
|---|
public AxisEasyWSServerConnector()
| Method Detail |
|---|
public void initialize(java.lang.Object obj)
throws java.lang.Exception
initialize in interface ConnectorInterfaceinitialize in class WSReceiverServerConnectorobj - User provided parameter
java.lang.Exception - if the initialization of this connector fails.
public ConnectorInterface getNextClient()
throws java.lang.Exception
getNextClient in interface ConnectorInterfacegetNextClient in class WSReceiverServerConnectorjava.lang.Exception - : if the server socket is not specified.
public Entry getNextEntry()
throws java.lang.Exception
getNextEntry in interface ConnectorInterfacegetNextEntry in class WSReceiverServerConnectorjava.lang.Exception - if an error occurs.ConnectorInterface.selectEntries()
public void replyEntry(Entry conn)
throws java.lang.Exception
replyEntry in interface ConnectorInterfacereplyEntry in class WSReceiverServerConnectorconn - Entry
java.lang.Exception - if an error occurspublic java.lang.String getVersion()
getVersion in interface VersionInfoInterfacegetVersion in class WSReceiverServerConnector
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||