BEA Systems, Inc.

BEA WebLogic SIP Server 2.2 API Reference


com.bea.wcp.sip.engine.server
Interface ICParsedData


public interface ICParsedData

The correct use of this interface is documented in the ContentIndirectionUtil class.

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String[] getBodyHeaders()
           
 java.lang.String getBodyHeaderValue(java.lang.String headerName)
           
 java.lang.String[] getContentTypeAttributes()
           
 java.lang.String getContentTypeAttributeValue(java.lang.String attributeName)
           
 

Method Detail

getBodyHeaders

public java.lang.String[] getBodyHeaders()
Returns:
never null

getBodyHeaderValue

public java.lang.String getBodyHeaderValue(java.lang.String headerName)
Parameters:
headerName -
Returns:
may be null if attribute was not present in message

getContentTypeAttributes

public java.lang.String[] getContentTypeAttributes()
Returns:
never null

getContentTypeAttributeValue

public java.lang.String getContentTypeAttributeValue(java.lang.String attributeName)
Returns:
may be null if attribute was not present in message

Documentation is available at
http://download.oracle.com/docs/cd/E13209_01/wlcp/wlss22/
Copyright 2006 BEA Systems Inc.