at.gv.zustellung.zusemsg.wsdl
Class Zuse2App

java.lang.Object
  extended by javax.xml.ws.Service
      extended by at.gv.zustellung.zusemsg.wsdl.Zuse2App

@WebServiceClient(name="zuse2app",
                  targetNamespace="http://reference.e-government.gv.at/namespace/zuse11/zuse2app.wsdl",
                  wsdlLocation="file:/D:/eclipse/development/openzuse/trunk/zusemsg/src/main/resources/wsdl/zuse2app.wsdl")
public class Zuse2App
extends Service

This class was generated by the JAX-WS RI. JAX-WS RI 2.1.6 in JDK 6 Generated source version: 2.1


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.xml.ws.Service
Service.Mode
 
Constructor Summary
Zuse2App()
           
Zuse2App(URL wsdlLocation, QName serviceName)
           
 
Method Summary
 NotificationPortType getNotification()
           
 NotificationPortType getNotification(WebServiceFeature... features)
           
 StatusPortType getStatus()
           
 StatusPortType getStatus(WebServiceFeature... features)
           
 
Methods inherited from class javax.xml.ws.Service
addPort, create, create, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, createDispatch, getExecutor, getHandlerResolver, getPort, getPort, getPort, getPort, getPort, getPorts, getServiceName, getWSDLDocumentLocation, setExecutor, setHandlerResolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zuse2App

public Zuse2App(URL wsdlLocation,
                QName serviceName)

Zuse2App

public Zuse2App()
Method Detail

getStatus

@WebEndpoint(name="status")
public StatusPortType getStatus()
Returns:
returns StatusPortType

getStatus

@WebEndpoint(name="status")
public StatusPortType getStatus(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns StatusPortType

getNotification

@WebEndpoint(name="notification")
public NotificationPortType getNotification()
Returns:
returns NotificationPortType

getNotification

@WebEndpoint(name="notification")
public NotificationPortType getNotification(WebServiceFeature... features)
Parameters:
features - A list of WebServiceFeature to configure on the proxy. Supported features not in the features parameter will have their default values.
Returns:
returns NotificationPortType


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.