|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSGWException | |
com.ibm.wsgw.beans |
Uses of WSGWException in com.ibm.wsgw.beans |
Subclasses of WSGWException in com.ibm.wsgw.beans | |
class |
FilterException
This exception is thrown by a Filter implementation to indicate that some filter-specific error occurred. |
Methods in com.ibm.wsgw.beans that throw WSGWException | |
ExceptionAction |
ExceptionHandler.handleException(java.lang.String channelName,
java.lang.String gatewayServiceName,
java.lang.String operationName,
java.lang.String originator,
org.apache.wsif.WSIFRequest requestMessage,
java.lang.Throwable exception)
Called by a channel when an exception is caught as a result of processing a request. |
void |
GatewayConfig.addGatewayService(java.lang.String gatewayServiceName)
Adds the gateway service with the given name and default attributes. |
void |
GatewayConfig.setGatewayService(GatewayServiceState gatewayServiceState)
Sets the attributes of the specified gateway service to the specified values. |
GatewayServiceState |
GatewayConfig.getGatewayService(java.lang.String gatewayServiceName)
Returns the attributes of the specified gateway service. |
void |
GatewayConfig.removeGatewayService(java.lang.String gatewayServiceName,
boolean force)
Removes the specified gateway service. |
void |
GatewayConfig.addChannelForService(java.lang.String gatewayServiceName,
java.lang.String channelName)
Makes the given gateway service available on the given channel. |
void |
GatewayConfig.removeChannelForService(java.lang.String gatewayServiceName,
java.lang.String channelName)
Stops the given gateway service from being available on the given channel. |
void |
GatewayConfig.addUDDIReferenceForService(java.lang.String gatewayServiceName,
java.lang.String referenceName)
Adds the given UDDI reference to the set of those to which the given gateway service is to be published. |
void |
GatewayConfig.removeUDDIReferenceForService(java.lang.String gatewayServiceName,
java.lang.String referenceName)
Removes the given UDDI reference from the set to which the given gateway service is to be published. |
void |
GatewayConfig.addFilterForService(java.lang.String gatewayServiceName,
java.lang.String filterName,
int position,
boolean preFilter)
Adds the given filter to the list for the given gateway service. |
void |
GatewayConfig.removeFilterForService(java.lang.String gatewayServiceName,
java.lang.String filterName,
int position,
boolean preFilter)
Removes the given filter from the given gateway service. |
void |
GatewayConfig.addTargetService(java.lang.String gatewayServiceName,
TargetServiceState targetServiceState)
Adds the given target service to the set which are mapped to by the given gateway service. |
TargetServiceState |
GatewayConfig.getTargetService(java.lang.String gatewayServiceName,
TargetServiceLocation targetServiceLocation)
Gets the given target service from the set which are mapped to by the given gateway service. |
void |
GatewayConfig.setTargetService(java.lang.String gatewayServiceName,
TargetServiceState targetServiceState)
Sets the attributes of the given target service. |
void |
GatewayConfig.removeTargetService(java.lang.String gatewayServiceName,
TargetServiceLocation targetServiceLocation)
Removes the given target service from the set which are mapped to by the given gateway service. |
void |
GatewayConfig.addChannel(ChannelState channelState)
Creates a new named channel definition. |
ChannelState |
GatewayConfig.getChannel(java.lang.String channelName)
Returns the state for a named channel definition. |
void |
GatewayConfig.setChannel(ChannelState channelState)
Updates a channel definition. |
void |
GatewayConfig.removeChannel(java.lang.String channelName,
boolean force,
boolean stopChannel)
Removes a named channel definition. |
void |
GatewayConfig.addFilter(FilterState filterState)
Creates a new named filter definition. |
FilterState |
GatewayConfig.getFilter(java.lang.String filterName)
Returns the state for a named filter definition. |
void |
GatewayConfig.setFilter(FilterState filterState)
Updates a filter definition. |
void |
GatewayConfig.removeFilter(java.lang.String filterName,
boolean force)
Removes a named filter definition. |
void |
GatewayConfig.addUDDIReference(UDDIReferenceState referenceState)
Creates a new named UDDI reference definition. |
void |
GatewayConfig.setUDDIReference(UDDIReferenceState referenceState)
Updates the values for an existing named UDDI reference definition. |
UDDIReferenceState |
GatewayConfig.getUDDIReference(java.lang.String referenceName)
Returns the given named UDDI reference definition. |
void |
GatewayConfig.removeUDDIReference(java.lang.String referenceName,
boolean force)
Removes the given named UDDI reference definition. |
java.lang.String |
GatewayConfig.getExportedImplementationDefinition(java.lang.String gatewayServiceName)
Returns the exported WSDL implementation definition for the given gateway service. |
java.lang.String |
GatewayConfig.getExportedInterfaceDefinition(java.lang.String gatewayServiceName)
Returns the exported WSDL interface definition for the given gateway service. |
java.lang.String |
GatewayConfig.getImportedDocument(java.lang.String gatewayServiceName,
java.lang.String importURL)
Returns the imported document for the given gateway service. |
java.lang.String[] |
GatewayConfig.getGatewayServiceNames()
Returns the list of names of gateway services. |
java.lang.String[] |
GatewayConfig.getChannelNames()
Returns the list of names of channel instances. |
java.lang.String[] |
GatewayConfig.getFilterNames()
Returns the list of names of filter instances. |
java.lang.String[] |
GatewayConfig.getUDDIReferenceNames()
Returns the list of names of UDDI references. |
TargetServiceLocation[] |
GatewayConfig.getTargetServiceLocations(java.lang.String gatewayServiceName)
Returns the list of locations of target services for the given gateway service. |
java.lang.String[] |
GatewayConfig.getChannelNames(java.lang.String gatewayServiceName)
Returns the list of names of channel instances for the given gateway service. |
java.lang.String[] |
GatewayConfig.getFilterNames(java.lang.String gatewayServiceName,
boolean preFilter)
Returns the list of names of filter instances for the given gateway service. |
java.lang.String[] |
GatewayConfig.getUDDIReferenceNames(java.lang.String gatewayServiceName)
Returns the list of names of UDDI reference names for the given gateway service. |
void |
GatewayConfig.setNamespaceURI(java.lang.String namespaceURI)
Sets the URI to be used to generate the external names of gateway services. |
void |
GatewayConfig.setGatewayURI(java.lang.String gatewayURI)
Sets the URI to be used to access servlets the Gateway web application. |
void |
GatewayConfig.setMessageLevel(int messageLevel)
Sets the level of messages to be produced by the gateway. |
void |
GatewayConfig.setWarehouseURL(java.lang.String warehouseURL)
Sets the URL to be used by the default message warehouse service for storing messages. |
void |
GatewayConfig.setDefaultUDDIProviderName(java.lang.String defaultUDDIProviderName)
Sets the default provider name to be used when publishing services to UDDI. |
void |
GatewayConfig.setDefaultUDDIProviderDesc(java.lang.String defaultUDDIProviderDesc)
Sets the default provider descriptipon to be used when publishing services to UDDI. |
void |
Channel.enableService(java.lang.String gatewayServiceName,
java.lang.String namespaceURI,
javax.wsdl.Definition definition,
java.lang.Integer partRepresentation,
java.util.Properties properties)
This method takes the gateway service name and a WSDL definition of the target service, and makes that service available via the channel. |
void |
Channel.servicePropertiesChanged(java.lang.String gatewayServiceName,
java.util.Properties properties)
Informs the channel that the properties for the service have changed. |
void |
Channel.disableService(java.lang.String gatewayServiceName,
java.lang.String namespaceURI,
javax.wsdl.Definition definition)
This method takes a gateway service name service takes whatever actions necessary to stop listening for requests for the given gateway service. |
javax.wsdl.Definition |
Channel.addBinding(java.lang.String gatewayServiceName,
java.lang.String namespaceURI,
javax.wsdl.Definition definition,
java.util.Map targetBindings)
Adds a channel-specific binding to the given definition. |
void |
Channel.stop(boolean immediate)
This method informs the Channel that it should stop processing service invocations. |
void |
Channel.start()
This method informs the Channel that it should start processing service invocations. |
void |
Channel.init(java.lang.String channelName,
java.lang.String endPointAddress)
Notifies the channel that it has been configured for the WebServices Gateway. |
void |
Channel.destroy(java.lang.String channelName)
Notifies the channel that it has been removed from the WebServices Gateway. |
void |
Channel.processResponse(ResponseCorrelation correl,
org.apache.wsif.WSIFResponse response)
Process an aysncronous response from a service. |
java.util.Hashtable |
Routing.getTargetServices(org.apache.wsif.WSIFRequest request)
Returns the target services which are mapped by the gateway service on which the request was received. |
org.apache.wsif.WSIFRequest |
Routing.setSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request,
TargetServiceLocation targetServiceLocation)
Sets the selected target service for the request. |
org.apache.wsif.WSIFRequest |
Routing.setSelectedTargetServiceIdentity(org.apache.wsif.WSIFRequest request,
java.lang.String targetServiceIdentity)
Sets the selected target service for the request. |
TargetServiceLocation |
Routing.getSelectedTargetServiceLocation(org.apache.wsif.WSIFRequest request)
Returns the currently selected target service for the request. |
java.lang.String |
Routing.getTargetPortName(org.apache.wsif.WSIFRequest request)
Returns the currently selected target port name for the request. |
org.apache.wsif.WSIFRequest |
Routing.setTargetPortName(org.apache.wsif.WSIFRequest request,
java.lang.String portName)
Sets the currently selected target port name for the request. |
javax.wsdl.Definition |
Routing.getTargetServiceDefinition(org.apache.wsif.WSIFRequest request,
TargetServiceLocation targetServiceLocation)
Returns the WSDL definition for the target service. |
void |
GatewayAdmin.start()
Starts service request processing through the Gateway. |
void |
GatewayAdmin.stop(boolean immediate)
Stops the Gateway Manager. |
void |
GatewayAdmin.startChannel(java.lang.String channelName)
Starts the named channel instance. |
void |
GatewayAdmin.stopChannel(java.lang.String channelName,
boolean immediate)
Stops the named channel instance. |
void |
GatewayAdmin.startFilter(java.lang.String filterName)
Starts the named filter instance. |
void |
GatewayAdmin.stopFilter(java.lang.String filterName)
Stops the named filter instance. |
void |
GatewayAdmin.startService(java.lang.String gatewayServiceName)
Starts the gateway service. |
void |
GatewayAdmin.stopService(java.lang.String gatewayServiceName,
boolean immediate)
Stops the gateway service. |
void |
GatewayAdmin.startTargetService(java.lang.String gatewayServiceName,
TargetServiceLocation targetServiceLocation)
Starts the target service. |
void |
GatewayAdmin.stopTargetService(java.lang.String gatewayServiceName,
TargetServiceLocation targetServiceLocation,
boolean immediate)
Stops the target service. |
void |
MessageWarehouse.logRequest(java.lang.String channelName,
java.lang.String originator,
java.lang.String gatewayServiceName,
java.lang.String operationName,
java.sql.Timestamp receiptTime,
org.apache.wsif.WSIFRequest request,
java.io.Serializable[] details)
Stores a request, along with information about the channel and originator of the message. |
void |
MessageWarehouse.logResponse(java.lang.String channelName,
java.lang.String destination,
java.sql.Timestamp sendTime,
org.apache.wsif.WSIFResponse response,
java.io.Serializable[] details)
Stores a response, along with information about the channel and the destination for the response. |
void |
MessageWarehouse.logException(java.lang.String channelName,
java.lang.String originator,
java.lang.String gatewayServiceName,
java.lang.String operationName,
java.sql.Timestamp exceptionTime,
org.apache.wsif.WSIFRequest request,
java.lang.Throwable exception,
java.io.Serializable[] details)
Stores a request in the event of an exception occurring within the Gateway, with the exception information along with the channel and the originator of the request. |
FilterAction |
Filter.filterRequest(org.apache.wsif.WSIFRequest request,
org.apache.wsif.WSIFResponse response)
Called when an incoming request is being processed, before the request is passed to the target service. |
FilterAction |
Filter.filterResponse(org.apache.wsif.WSIFRequest request,
org.apache.wsif.WSIFResponse response)
Called when an outgoing response is being processed, before the response is passed to the originator of the request. |
void |
Filter.init(java.lang.String filterName)
Notifies the filter that it has been configured for the WebServices Gateway. |
void |
Filter.destroy(java.lang.String filterName)
Notifies the filter that it has been removed from the WebServices Gateway. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |