|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.grants.apply.util.ProcessorUtils
Constructor Summary | |
ProcessorUtils()
|
Method Summary | |
static void |
addAttachmentToResponse(javax.activation.DataSource dataSource,
java.lang.String contentId,
java.lang.String clientEncodingType)
Adds and DataSource object as an attachment to the SOAP response. |
static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse |
prepareAssignAgencyTrackingNumberResponse(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ResponseMessage message,
java.lang.String ggTrackNum)
Creates Axis response object with a message and the Grants.gov tracking number. |
static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse |
prepareConfirmAppDeliveryResponse(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ResponseMessage message,
java.lang.String ggTrackNum)
Creates Axis response object with a message and the Grants.gov tracking number. |
static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse |
prepareGetApplicationListResponse(IGetApplicationListBean[] apps)
Creates an Axis response object with the given argument. |
static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse |
prepareGetApplicationResponse(GetApplicationBean bean)
Creates the Axis generated response object for GetApplication WebService call. |
static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse |
prepareGetApplicationZipResponse(GetApplicationZipBean bean)
Creates the Axis response object with the given bean argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessorUtils()
Method Detail |
public static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationListResponse prepareGetApplicationListResponse(IGetApplicationListBean[] apps)
apps
- A bean hold all necessary information to create the response object.
public static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationResponse prepareGetApplicationResponse(GetApplicationBean bean) throws ProcessorException
bean
- Information for the response.
ProcessorException
public static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.AssignAgencyTrackingNumberResponse prepareAssignAgencyTrackingNumberResponse(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ResponseMessage message, java.lang.String ggTrackNum)
message
- The success or failure message.ggTrackNum
- The Grants.gov tracking number of the application.
public static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ConfirmApplicationDeliveryResponse prepareConfirmAppDeliveryResponse(gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.ResponseMessage message, java.lang.String ggTrackNum)
message
- The success or failure message.ggTrackNum
- The Grants.gov tracking number of the application.
public static gov.grants.apply.WebServices.AgencyIntegrationServices_V1_0.GetApplicationZipResponse prepareGetApplicationZipResponse(GetApplicationZipBean bean)
bean
- Contains all required information to form the Axis response and the data source for the zip file.
public static void addAttachmentToResponse(javax.activation.DataSource dataSource, java.lang.String contentId, java.lang.String clientEncodingType)
dataSource
- The attachment.contentId
- The content ID of the attachment.
java.lang.UnsupportedOperationException
- if this deployment of Axis is not configured for attachment support (mostly likely because the deployment is missing activation.jar and mail.jar).
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |