|
|||||||||||
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 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. |
String |
getVersion()
Version information. |
void |
initialize(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 String PARAM_WSDL_FILE
Constructor Detail |
---|
public AxisEasyWSServerConnector()
Method Detail |
---|
public void initialize(Object obj) throws Exception
initialize
in interface ConnectorInterface
initialize
in class WSReceiverServerConnector
obj
- User provided parameter
Exception
- if the initialization of this connector fails.public ConnectorInterface getNextClient() throws Exception
getNextClient
in interface ConnectorInterface
getNextClient
in class WSReceiverServerConnector
Exception
- : if the server socket is not specified.public Entry getNextEntry() throws Exception
getNextEntry
in interface ConnectorInterface
getNextEntry
in class WSReceiverServerConnector
Exception
- if an error occurs.ConnectorInterface.selectEntries()
public void replyEntry(Entry conn) throws Exception
replyEntry
in interface ConnectorInterface
replyEntry
in class WSReceiverServerConnector
conn
- Entry
Exception
- if an error occurspublic String getVersion()
getVersion
in interface VersionInfoInterface
getVersion
in class WSReceiverServerConnector
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |