Package org.somda.sdc.dpws.service
Class HostedServiceImpl
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.service.HostedService
public class HostedServiceImpl implements HostedService
Default implementation of HostedService.
-
-
Field Summary
Fields Modifier and Type Field Description public final WebServicewebServicepublic final Array<byte>wsdlDocument
-
Method Summary
Modifier and Type Method Description WebServicegetWebService()Gets the interceptor that is responsible to process incoming network requests. Array<byte>getWsdlDocument()Provision of an byte array with WSDL document data. HostedServiceTypegetType()Gets the hosted service metadata requestable via WS-TransferGet. -
-
Method Detail
-
getWebService
WebService getWebService()
Gets the interceptor that is responsible to process incoming network requests.
- Returns:
the Web Service interceptor where service logic is stored.
-
getWsdlDocument
Array<byte> getWsdlDocument()
Provision of an byte array with WSDL document data.
- Returns:
byte array with WSDL data used to respond to WS-MetadataExchange requests.
-
getType
HostedServiceType getType()
Gets the hosted service metadata requestable via WS-TransferGet.
- Returns:
a copy of the hosted service metadata to be sent over the network.
-
-
-
-