Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl
Class JobPortService  view JobPortService download JobPortService.java

java.lang.Object
  extended byorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractJobPortService
      extended byorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.JobPortService
All Implemented Interfaces:
org.apache.ws.resource.properties.v2004_11.porttype.GetResourcePropertyPortType, org.apache.ws.resource.lifetime.v2004_11.porttype.ImmediateResourceTerminationPortType, JobPortCustomOperationsPortType, org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType, org.apache.ws.resource.handler.WsrfService

public class JobPortService
extends AbstractJobPortService
implements JobPortCustomOperationsPortType, org.apache.ws.resource.lifetime.v2004_11.porttype.ImmediateResourceTerminationPortType

This class should be generated ONCE (and not overwritten) to maintain user-added code. If there is a change to the WSDL, then the generated implemented interfaces (representing the "base" portTypes) will change, thus showing a compile error to the user.

NOTE: This class is generated. However, it will not be overwritten by subsequent calls to the code generator.


Field Summary
private  org.apache.ws.resource.ResourceContext m_resourceContext
           
 
Fields inherited from class org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractJobPortService
TARGET_NSPREFIX, TARGET_NSURI
 
Fields inherited from interface org.apache.ws.resource.lifetime.v2004_11.porttype.ImmediateResourceTerminationPortType
NAME
 
Fields inherited from interface org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType
NAME, PROP_QNAME_CURRENT_TIME, PROP_QNAME_TERMINATION_TIME
 
Fields inherited from interface org.apache.ws.resource.properties.v2004_11.porttype.GetResourcePropertyPortType
NAME
 
Constructor Summary
JobPortService(org.apache.ws.resource.ResourceContext resourceContext)
          Creates a new JobPortService object.
 
Method Summary
private  void addJobInfoToResponse(JobPortResource instance, org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.CreationResponseDocument.CreationResponse creationResponse)
           
private  org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.CreationResponseDocument createResponseDocument()
           
 org.apache.ws.resource.ResourceContext getResourceContext()
          DOCUMENT_ME
private  boolean isDocTypeSupported(java.lang.String documentFormat, JobPortResource jobResource)
           
 org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.CreationResponseDocument Send_Document(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument requestDoc)
          DOCUMENT_ME
 
Methods inherited from class org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03Wsdl.AbstractJobPortService
destroy, getMethodName, getMethodNameMap, getResourceProperty, init, isInitialized, setTerminationTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.resource.lifetime.v2004_11.porttype.ImmediateResourceTerminationPortType
destroy
 
Methods inherited from interface org.apache.ws.resource.lifetime.v2004_11.porttype.ScheduledResourceTerminationPortType
setTerminationTime
 
Methods inherited from interface org.apache.ws.resource.properties.v2004_11.porttype.GetResourcePropertyPortType
getResourceProperty
 

Field Detail

m_resourceContext

private org.apache.ws.resource.ResourceContext m_resourceContext
Constructor Detail

JobPortService

public JobPortService(org.apache.ws.resource.ResourceContext resourceContext)
Creates a new JobPortService object.

Method Detail

getResourceContext

public org.apache.ws.resource.ResourceContext getResourceContext()
DOCUMENT_ME

Specified by:
getResourceContext in interface org.apache.ws.resource.handler.WsrfService
Specified by:
getResourceContext in class AbstractJobPortService

Send_Document

public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.CreationResponseDocument Send_Document(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.SendDocumentRequestDocument requestDoc)
DOCUMENT_ME

Specified by:
Send_Document in interface JobPortCustomOperationsPortType

addJobInfoToResponse

private void addJobInfoToResponse(JobPortResource instance,
                                  org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.CreationResponseDocument.CreationResponse creationResponse)

isDocTypeSupported

private boolean isDocTypeSupported(java.lang.String documentFormat,
                                   JobPortResource jobResource)
                            throws org.apache.ws.resource.ResourceException

createResponseDocument

private org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.CreationResponseDocument createResponseDocument()