InTransportType
- inbound transport typeOutTransportType
- outbount transport typepublic interface ProfileHandler<InTransportType extends org.opensaml.ws.transport.InTransport,OutTransportType extends org.opensaml.ws.transport.OutTransport>
Modifier and Type | Method and Description |
---|---|
void |
processRequest(InTransportType inTransport,
OutTransportType outTransport)
Processes an incoming request.
|
void processRequest(InTransportType inTransport, OutTransportType outTransport) throws ProfileException
inTransport
- the incoming request transportoutTransport
- the outgoing response transportProfileException
- throw if there was a problem while processing the requestCopyright © 1999–2014. All rights reserved.