|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.providers.jca.toolplugin.Import
This class is a default implementation proxy for the Operations of the Import Service. Tooling environments can extend this class and customize its behaviour. It is provided as a default implementation of how to invoke the various operations that are defined in the Import Service archictecture.
Field Summary | |
static java.lang.String |
GET_DEFINITION_OPERATION
|
static java.lang.String |
GET_PORTTYPES_OPERATION
|
static java.lang.String |
GET_RAW_EIS_METADATA_OPERATION
|
static java.lang.String |
IMPORT_SERVICE_BASE_NAMESPACE
|
static java.lang.String |
IMPORT_SERVICE_BASE_PORTTYPE_NAME
|
static java.lang.String |
PORT_TYPE_SELECTION_PART
|
static java.lang.String |
QUERY_STRING_PART
|
static java.lang.String |
RESULT_PART
|
Constructor Summary | |
Import()
Default Constructor for Import . |
|
Import(javax.wsdl.Definition aServiceDefinition,
java.lang.String aServiceName)
Constructor for Import . |
Method Summary | |
ImportDefinition |
getDefinition(PortTypeSelection portTypeSelection)
This is the proxy method to invoke the getDefinition Operation of the Import Service. |
javax.wsdl.PortType |
getImportPortType()
Returns the WSDL PortType for the Import Service |
javax.wsdl.Service |
getImportService()
Returns the WSDL Service for the Import Service |
PortTypeArray |
getPortTypes(java.lang.String queryString)
This is the proxy method to invoke the getPortTypes Operation of the Import Service. |
byte[] |
getRawEISMetaData(java.lang.String queryString)
This is the proxy method to invoke the getRawEISMetaData Operation of the Import Service |
javax.wsdl.Definition |
getServiceDefintion()
Returns the WSDL Definition for the Import Service |
void |
setImportPortType(javax.wsdl.PortType importPortType)
Sets the WSDL PortType for the Import Service |
void |
setImportService(javax.wsdl.Service importService)
Sets the the WSDL Service for the Import Service |
void |
setServiceDefintion(javax.wsdl.Definition serviceDefintion)
Sets the WSDL Definition for the Import Service |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String IMPORT_SERVICE_BASE_NAMESPACE
public static final java.lang.String IMPORT_SERVICE_BASE_PORTTYPE_NAME
public static final java.lang.String GET_PORTTYPES_OPERATION
public static final java.lang.String GET_DEFINITION_OPERATION
public static final java.lang.String GET_RAW_EIS_METADATA_OPERATION
public static final java.lang.String PORT_TYPE_SELECTION_PART
public static final java.lang.String RESULT_PART
public static final java.lang.String QUERY_STRING_PART
Constructor Detail |
public Import()
Import
.
public Import(javax.wsdl.Definition aServiceDefinition, java.lang.String aServiceName) throws WSIFException
Import
. This constructor allows a WSDL definition, that defines a concrete implementation of
the Import Service (i.e. by a particular EIS), to be passed in. In addition to the WSDL Defintion, the constructor needs the name of
the WSDL Service, contained in the Definition, that provides the implementation of the Import Service.
WSIFException
WSIFException
Method Detail |
public PortTypeArray getPortTypes(java.lang.String queryString) throws WSIFException
getPortTypes
Operation of the Import Service.
PortTypeArray
WSIFException
WSIFException
public ImportDefinition getDefinition(PortTypeSelection portTypeSelection) throws WSIFException
getDefinition
Operation of the Import Service.
ImportDefinition
WSIFException
WSIFException
public byte[] getRawEISMetaData(java.lang.String queryString) throws WSIFException
getRawEISMetaData
Operation of the Import Service
byte[]
WSIFException
WSIFException
public javax.wsdl.PortType getImportPortType()
PortType
public javax.wsdl.Service getImportService()
Service
public javax.wsdl.Definition getServiceDefintion()
Definition
public void setImportPortType(javax.wsdl.PortType importPortType)
public void setImportService(javax.wsdl.Service importService)
public void setServiceDefintion(javax.wsdl.Definition serviceDefintion)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |